#85CFFF

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

Shades of Light Sky Blue #85CFFF

Tints of Light Sky Blue #85CFFF

Color information

#85CFFF (or 0x85CFFF) is unknown color: approx Light Sky Blue. HEX triplet: 85, CF and FF. RGB value is (133,207,255). Sum of RGB (Red+Green+Blue) = 133+207+255=595 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.35% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #85CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CFFF is #7A3000. Grayscale: #BEBEBE. Windows color (decimal): -8007681 or 16764805. OLE color: 16764805.

HSL color Cylindrical-coordinate representation of color #85CFFF: hue angle of 203.61º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85CFFF is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133207255-
CMYK0.480.1900
HSL203.61º100%76.08%-
HSV(B)203.61º47.84%100%-
XYZ50.0456.83102.94-
YUV190.35164.4887.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.35%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 255 (100% from 255) = 42.86%
R=22.35%
G=34.79%
B=42.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332072550.480.1900203.6110076.08
Hex85CFFF301300cc644c
Octal205317377602300314144114
Binary10000101110011111111111111000010011001100110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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