Html Css Color HEX #85CDF0 Sky Blue

📋 copy color: '#85CDF0'

red 133 ◦ green 205 ◦ blue 240

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

Shades of Sky Blue #85CDF0

Tints of Sky Blue #85CDF0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.47%

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

R = 23.01%
G = 35.47%
B = 41.52%

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

#85CDF0 (or 0x85CDF0) is known color: Sky Blue. HEX triplet: 85, CD and F0. RGB value is (133,205,240). Sum of RGB (Red+Green+Blue) = 133+205+240=578 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.01% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #85CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CDF0 is #7A320F. Grayscale: #BBBBBB. Windows color (decimal): -8008208 or 15781253. OLE color: 15781253.

HSL color Cylindrical-coordinate representation of color #85CDF0: hue angle of 199.63º 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 #85CDF0 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 205 240 -
CMYK 0.45 0.15 0 0.06
HSL 199.63º 0.78% 0.73% -
HSV(B) 199.63º 0.45% 0.94% -
XYZ 47.23 54.94 90.55 -
YUV 187.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 133 205 240 0.45 0.15 0 0.06 199.63 0.78 0.73
Hex 85 CD F0 2D F 0 6 C8 4E 49
Octal 205 315 360 55 17 0 6 310 116 111
Binary 10000101 11001101 11110000 101101 1111 0 110 11001000 1001110 1001001

Color Harmonies of #85CDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CDF0

Black with #85CDF0

Text Example


Text Example

White with #85CDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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