#85CDFF

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

Shades of Light Sky Blue #85CDFF

Tints of Light Sky Blue #85CDFF

Color information

#85CDFF (or 0x85CDFF) is unknown color: approx Light Sky Blue. HEX triplet: 85, CD and FF. RGB value is (133,205,255). Sum of RGB (Red+Green+Blue) = 133+205+255=593 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.43% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #85CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CDFF is #7A3200. Grayscale: #BCBCBC. Windows color (decimal): -8008193 or 16764293. OLE color: 16764293.

HSL color Cylindrical-coordinate representation of color #85CDFF: hue angle of 204.59º 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 #85CDFF is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133205255-
CMYK0.480.2000
HSL204.59º100%76.08%-
HSV(B)204.59º47.84%100%-
XYZ49.5555.87102.78-
YUV189.17165.1587.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.43%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 255 (100% from 255) = 43.00%
R=22.43%
G=34.57%
B=43.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332052550.480.2000204.5910076.08
Hex85CDFF301400cd644c
Octal205315377602400315144114
Binary10000101110011011111111111000010100001100110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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