#85CFF7

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

Shades of Light Sky Blue #85CFF7

Tints of Light Sky Blue #85CFF7

Color information

#85CFF7 (or 0x85CFF7) is unknown color: approx Light Sky Blue. HEX triplet: 85, CF and F7. RGB value is (133,207,247). Sum of RGB (Red+Green+Blue) = 133+207+247=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 247 - color contains mainly: blue. Hex color #85CFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CFF7 is #7A3008. Grayscale: #BDBDBD. Windows color (decimal): -8007689 or 16240517. OLE color: 16240517.

HSL color Cylindrical-coordinate representation of color #85CFF7: hue angle of 201.05º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85CFF7 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB133207247-
CMYK0.460.1600.03
HSL201.05º87.69%74.51%-
HSV(B)201.05º46.15%96.86%-
XYZ48.7756.3396.3-
YUV189.43160.4887.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.66%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 247 (96.88% from 255) = 42.08%
R=22.66%
G=35.26%
B=42.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332072470.460.1600.03201.0587.6974.51
Hex85CFF72E1003c9584b
Octal205317367562003311130113
Binary100001011100111111110111101110100000111100100110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,207,247); }

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

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

 a { background-color: rgb(133,207,247); }

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

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

 span { border-color: rgb(133,207,247); }

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