Html Css Color HEX #85DCF9 Light Sky Blue

📋 copy color: '#85DCF9'

red 133 ◦ green 220 ◦ blue 249

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

Shades of Light Sky Blue #85DCF9

Tints of Light Sky Blue #85DCF9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.54%

 BLUE value IS 249 (97.66% from 255) = 41.36%

R = 22.09%
G = 36.54%
B = 41.36%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#85DCF9 (or 0x85DCF9) is known color: Light Sky Blue. HEX triplet: 85, DC and F9. RGB value is (133,220,249). Sum of RGB (Red+Green+Blue) = 133+220+249=602 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.09% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #85DCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DCF9 is #7A2306. Grayscale: #C5C5C5. Windows color (decimal): -8004359 or 16374917. OLE color: 16374917.

HSL color Cylindrical-coordinate representation of color #85DCF9: hue angle of 195º degrees, saturation: 0.91, 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 #85DCF9 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 220 249 -
CMYK 0.47 0.12 0 0.02
HSL 195º 0.91% 0.75% -
HSV(B) 195º 0.47% 0.98% -
XYZ 52.36 63.01 99.03 -
YUV 197.29 157.18 82.14 -
System Red Green Blue C M Y K H S L
Decimal 133 220 249 0.47 0.12 0 0.02 195 0.91 0.75
Hex 85 DC F9 2F C 0 2 C3 5B 4B
Octal 205 334 371 57 14 0 2 303 133 113
Binary 10000101 11011100 11111001 101111 1100 0 10 11000011 1011011 1001011

Color Harmonies of #85DCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCF9

Black with #85DCF9

Text Example


Text Example

White with #85DCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,220,249); }

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

background-color css

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

 a { background-color: rgb(133,220,249); }

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

border-color css

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

 span { border-color: rgb(133,220,249); }

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