Html Css Color HEX #85CBEE Sky Blue

📋 copy color: '#85CBEE'

red 133 ◦ green 203 ◦ blue 238

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

Shades of Sky Blue #85CBEE

Tints of Sky Blue #85CBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.46%

R = 23.17%
G = 35.37%
B = 41.46%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#85CBEE (or 0x85CBEE) is known color: Sky Blue. HEX triplet: 85, CB and EE. RGB value is (133,203,238). Sum of RGB (Red+Green+Blue) = 133+203+238=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #85CBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CBEE is #7A3411. Grayscale: #B9B9B9. Windows color (decimal): -8008722 or 15649669. OLE color: 15649669.

HSL color Cylindrical-coordinate representation of color #85CBEE: hue angle of 200º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85CBEE is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 203 238 -
CMYK 0.44 0.15 0 0.07
HSL 200º 0.76% 0.73% -
HSV(B) 200º 0.44% 0.93% -
XYZ 46.46 53.87 88.84 -
YUV 186.06 157.31 90.15 -
System Red Green Blue C M Y K H S L
Decimal 133 203 238 0.44 0.15 0 0.07 200 0.76 0.73
Hex 85 CB EE 2C F 0 7 C8 4C 49
Octal 205 313 356 54 17 0 7 310 114 111
Binary 10000101 11001011 11101110 101100 1111 0 111 11001000 1001100 1001001

Color Harmonies of #85CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CBEE

Black with #85CBEE

Text Example


Text Example

White with #85CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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