Html Css Color HEX #85DFFC Light Sky Blue

📋 copy color: '#85DFFC'

red 133 ◦ green 223 ◦ blue 252

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

Shades of Light Sky Blue #85DFFC

Tints of Light Sky Blue #85DFFC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.68%

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

R = 21.88%
G = 36.68%
B = 41.45%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85DFFC (or 0x85DFFC) is known color: Light Sky Blue. HEX triplet: 85, DF and FC. RGB value is (133,223,252). Sum of RGB (Red+Green+Blue) = 133+223+252=608 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.88% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #85DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFFC is #7A2003. Grayscale: #C7C7C7. Windows color (decimal): -8003588 or 16572293. OLE color: 16572293.

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

Color convert

RGB 133 223 252 -
CMYK 0.47 0.12 0 0.01
HSL 194.62º 0.95% 0.75% -
HSV(B) 194.62º 0.47% 0.99% -
XYZ 53.63 64.79 101.77 -
YUV 199.4 157.68 80.64 -
System Red Green Blue C M Y K H S L
Decimal 133 223 252 0.47 0.12 0 0.01 194.62 0.95 0.75
Hex 85 DF FC 2F C 0 1 C3 5F 4B
Octal 205 337 374 57 14 0 1 303 137 113
Binary 10000101 11011111 11111100 101111 1100 0 1 11000011 1011111 1001011

Color Harmonies of #85DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DFFC

Black with #85DFFC

Text Example


Text Example

White with #85DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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