#85DFFF

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

Shades of Light Sky Blue #85DFFF

Tints of Light Sky Blue #85DFFF

Color information

#85DFFF (or 0x85DFFF) is unknown color: approx Light Sky Blue. HEX triplet: 85, DF and FF. RGB value is (133,223,255). Sum of RGB (Red+Green+Blue) = 133+223+255=611 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.77% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #85DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFFF is #7A2000. Grayscale: #C7C7C7. Windows color (decimal): -8003585 or 16768901. OLE color: 16768901.

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

Color convert

RGB133223255-
CMYK0.480.1300
HSL195.74º100%76.08%-
HSV(B)195.74º47.84%100%-
XYZ54.1164.98104.3-
YUV199.74159.1880.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.77%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 255 (100% from 255) = 41.73%
R=21.77%
G=36.50%
B=41.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332232550.480.1300195.7410076.08
Hex85DFFF30D00c4644c
Octal205337377601500304144114
Binary1000010111011111111111111100001101001100010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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