Html Css Color HEX #85D4FC Light Sky Blue

📋 copy color: '#85D4FC'

red 133 ◦ green 212 ◦ blue 252

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

Shades of Light Sky Blue #85D4FC

Tints of Light Sky Blue #85D4FC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.51%

 BLUE value IS 252 (98.83% from 255) = 42.21%

R = 22.28%
G = 35.51%
B = 42.21%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85D4FC (or 0x85D4FC) is known color: Light Sky Blue. HEX triplet: 85, D4 and FC. RGB value is (133,212,252). Sum of RGB (Red+Green+Blue) = 133+212+252=597 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.28% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #85D4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D4FC is #7A2B03. Grayscale: #C0C0C0. Windows color (decimal): -8006404 or 16569477. OLE color: 16569477.

HSL color Cylindrical-coordinate representation of color #85D4FC: hue angle of 200.17º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85D4FC is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 212 252 -
CMYK 0.47 0.16 0 0.01
HSL 200.17º 0.95% 0.75% -
HSV(B) 200.17º 0.47% 0.99% -
XYZ 50.79 59.1 100.83 -
YUV 192.94 161.33 85.25 -
System Red Green Blue C M Y K H S L
Decimal 133 212 252 0.47 0.16 0 0.01 200.17 0.95 0.75
Hex 85 D4 FC 2F 10 0 1 C8 5F 4B
Octal 205 324 374 57 20 0 1 310 137 113
Binary 10000101 11010100 11111100 101111 10000 0 1 11001000 1011111 1001011

Color Harmonies of #85D4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D4FC

Black with #85D4FC

Text Example


Text Example

White with #85D4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,212,252); }

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

background-color css

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

 a { background-color: rgb(133,212,252); }

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

border-color css

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

 span { border-color: rgb(133,212,252); }

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