Html Css Color HEX #85CCF0 Sky Blue

📋 copy color: '#85CCF0'

red 133 ◦ green 204 ◦ blue 240

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

Shades of Sky Blue #85CCF0

Tints of Sky Blue #85CCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.59%

R = 23.05%
G = 35.36%
B = 41.59%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85CCF0 (or 0x85CCF0) is known color: Sky Blue. HEX triplet: 85, CC and F0. RGB value is (133,204,240). Sum of RGB (Red+Green+Blue) = 133+204+240=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #85CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CCF0 is #7A330F. Grayscale: #BABABA. Windows color (decimal): -8008464 or 15780997. OLE color: 15780997.

HSL color Cylindrical-coordinate representation of color #85CCF0: hue angle of 200.19º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85CCF0 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 204 240 -
CMYK 0.45 0.15 0 0.06
HSL 200.19º 0.78% 0.73% -
HSV(B) 200.19º 0.45% 0.94% -
XYZ 46.99 54.46 90.47 -
YUV 186.88 157.98 89.57 -
System Red Green Blue C M Y K H S L
Decimal 133 204 240 0.45 0.15 0 0.06 200.19 0.78 0.73
Hex 85 CC F0 2D F 0 6 C8 4E 49
Octal 205 314 360 55 17 0 6 310 116 111
Binary 10000101 11001100 11110000 101101 1111 0 110 11001000 1001110 1001001

Color Harmonies of #85CCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CCF0

Black with #85CCF0

Text Example


Text Example

White with #85CCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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