Html Css Color HEX #85CCFF Light Sky Blue

📋 copy color: '#85CCFF'

red 133 ◦ green 204 ◦ blue 255

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

Shades of Light Sky Blue #85CCFF

Tints of Light Sky Blue #85CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.46%

 BLUE value IS 255 (100% from 255) = 43.07%

R = 22.47%
G = 34.46%
B = 43.07%

CMYK

 C value IS 0.48

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85CCFF (or 0x85CCFF) is known color: Light Sky Blue. HEX triplet: 85, CC and FF. RGB value is (133,204,255). Sum of RGB (Red+Green+Blue) = 133+204+255=592 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.47% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #85CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CCFF is #7A3300. Grayscale: #BCBCBC. Windows color (decimal): -8008449 or 16764037. OLE color: 16764037.

HSL color Cylindrical-coordinate representation of color #85CCFF: hue angle of 205.08º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85CCFF is Cyan = 0.48, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 204 255 -
CMYK 0.48 0.2 0 0
HSL 205.08º 1% 0.76% -
HSV(B) 205.08º 0.48% 1% -
XYZ 49.32 55.39 102.7 -
YUV 188.59 165.48 88.35 -
System Red Green Blue C M Y K H S L
Decimal 133 204 255 0.48 0.2 0 0 205.08 1 0.76
Hex 85 CC FF 30 14 0 0 CD 64 4C
Octal 205 314 377 60 24 0 0 315 144 114
Binary 10000101 11001100 11111111 110000 10100 0 0 11001101 1100100 1001100

Color Harmonies of #85CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CCFF

Black with #85CCFF

Text Example


Text Example

White with #85CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,204,255); }

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

background-color css

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

 a { background-color: rgb(133,204,255); }

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

border-color css

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

 span { border-color: rgb(133,204,255); }

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