Html Css Color HEX #85CBFF Light Sky Blue

📋 copy color: '#85CBFF'

red 133 ◦ green 203 ◦ blue 255

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

Shades of Light Sky Blue #85CBFF

Tints of Light Sky Blue #85CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.35%

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

R = 22.5%
G = 34.35%
B = 43.15%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85CBFF (or 0x85CBFF) is known color: Light Sky Blue. HEX triplet: 85, CB and FF. RGB value is (133,203,255). Sum of RGB (Red+Green+Blue) = 133+203+255=591 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.50% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #85CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CBFF is #7A3400. Grayscale: #BBBBBB. Windows color (decimal): -8008705 or 16763781. OLE color: 16763781.

HSL color Cylindrical-coordinate representation of color #85CBFF: hue angle of 205.57º 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 #85CBFF is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 203 255 -
CMYK 0.48 0.20 0 0
HSL 205.57º 1% 0.76% -
HSV(B) 205.57º 0.48% 1% -
XYZ 49.08 54.92 102.62 -
YUV 188 165.81 88.77 -
System Red Green Blue C M Y K H S L
Decimal 133 203 255 0.48 0.20 0 0 205.57 1 0.76
Hex 85 CB FF 30 14 0 0 CE 64 4C
Octal 205 313 377 60 24 0 0 316 144 114
Binary 10000101 11001011 11111111 110000 10100 0 0 11001110 1100100 1001100

Color Harmonies of #85CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CBFF

Black with #85CBFF

Text Example


Text Example

White with #85CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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