Html Css Color HEX #85E0FA Light Sky Blue

📋 copy color: '#85E0FA'

red 133 ◦ green 224 ◦ blue 250

#85E0FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #85E0FA

Tints of Light Sky Blue #85E0FA

RGB

 RED value IS 133 (52.34% from 255) = 21.91%

 GREEN value IS 224 (87.89% from 255) = 36.9%

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 21.91%
G = 36.9%
B = 41.19%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#85E0FA (or 0x85E0FA) is known color: Light Sky Blue. HEX triplet: 85, E0 and FA. RGB value is (133,224,250). Sum of RGB (Red+Green+Blue) = 133+224+250=607 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.91% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #85E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E0FA is #7A1F05. Grayscale: #C7C7C7. Windows color (decimal): -8003334 or 16441477. OLE color: 16441477.

HSL color Cylindrical-coordinate representation of color #85E0FA: hue angle of 193.33º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85E0FA is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 224 250 -
CMYK 0.47 0.10 0 0.02
HSL 193.33º 0.92% 0.75% -
HSV(B) 193.33º 0.47% 0.98% -
XYZ 53.58 65.2 100.2 -
YUV 199.76 156.35 80.39 -
System Red Green Blue C M Y K H S L
Decimal 133 224 250 0.47 0.10 0 0.02 193.33 0.92 0.75
Hex 85 E0 FA 2F A 0 2 C1 5C 4B
Octal 205 340 372 57 12 0 2 301 134 113
Binary 10000101 11100000 11111010 101111 1010 0 10 11000001 1011100 1001011

Color Harmonies of #85E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E0FA

Black with #85E0FA

Text Example


Text Example

White with #85E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85E0FA; }

 p { color: rgb(133,224,250); }

 H1.HeaderClassName
 {
   color: #85E0FA;
 }
 .AnyTagClassName
 {
   color: #85E0FA;
 }
</style>

background-color css

<style>
 a { background-color: #85E0FA; }

 a { background-color: rgb(133,224,250); }

 div.DivClassName
 {
   background-color: #85E0FA;
 }
 .BgClassName
 {
   background-color: #85E0FA;
 }
</style>

border-color css

<style>
 span { border-color: #85E0FA; }

 span { border-color: rgb(133,224,250); }

 td.TdClassName
 {
   border-color: #85E0FA;
 }
 .TagClassName
 {
   border-color: #85E0FA;
 }
</style>