#85D0F3

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

Shades of Sky Blue #85D0F3

Tints of Sky Blue #85D0F3

Color information

#85D0F3 (or 0x85D0F3) is unknown color: approx Sky Blue. HEX triplet: 85, D0 and F3. RGB value is (133,208,243). Sum of RGB (Red+Green+Blue) = 133+208+243=584 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.77% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #85D0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D0F3 is #7A2F0C. Grayscale: #BDBDBD. Windows color (decimal): -8007437 or 15978629. OLE color: 15978629.

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

Color convert

RGB133208243-
CMYK0.450.1400.05
HSL199.09º82.09%73.73%-
HSV(B)199.09º45.27%95.29%-
XYZ48.4156.5793.16-
YUV189.56158.1587.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.77%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 243 (95.31% from 255) = 41.61%
R=22.77%
G=35.62%
B=41.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332082430.450.1400.05199.0982.0973.73
Hex85D0F32DE05c7524a
Octal205320363551605307122112
Binary100001011101000011110011101101111001011100011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,208,243); }

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

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

 a { background-color: rgb(133,208,243); }

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

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

 span { border-color: rgb(133,208,243); }

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