#85CDF1

Color #85CDF1 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #85CDF1

Tints of Sky Blue #85CDF1

Color information

#85CDF1 (or 0x85CDF1) is unknown color: approx Sky Blue. HEX triplet: 85, CD and F1. RGB value is (133,205,241). Sum of RGB (Red+Green+Blue) = 133+205+241=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #85CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CDF1 is #7A320E. Grayscale: #BBBBBB. Windows color (decimal): -8008207 or 15846789. OLE color: 15846789.

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

Color convert

RGB133205241-
CMYK0.450.1500.05
HSL200º79.41%73.33%-
HSV(B)200º44.81%94.51%-
XYZ47.385591.34-
YUV187.58158.1589.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.97%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=22.97%
G=35.41%
B=41.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332052410.450.1500.0520079.4173.33
Hex85CDF12DF05c84f49
Octal205315361551705310117111
Binary100001011100110111110001101101111101011100100010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85CDF1;
 }
 .AnyTagClassName
 {
   color: #85CDF1;
 }
</style>
background-color css

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

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

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

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

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

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