#85DFFE

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

Shades of Light Sky Blue #85DFFE

Tints of Light Sky Blue #85DFFE

Color information

#85DFFE (or 0x85DFFE) is unknown color: approx Light Sky Blue. HEX triplet: 85, DF and FE. RGB value is (133,223,254). Sum of RGB (Red+Green+Blue) = 133+223+254=610 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.80% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #85DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFFE is #7A2001. Grayscale: #C7C7C7. Windows color (decimal): -8003586 or 16703365. OLE color: 16703365.

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

Color convert

RGB133223254-
CMYK0.480.1200.00
HSL195.37º98.37%75.88%-
HSV(B)195.37º47.64%99.61%-
XYZ53.9564.92103.45-
YUV199.62158.6880.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.80%
GREEN value IS 223 (87.5% from 255) = 36.56%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=21.80%
G=36.56%
B=41.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332232540.480.1200.00195.3798.3775.88
Hex85DFFE30C00c3624c
Octal205337376601400303142114
Binary1000010111011111111111101100001100001100001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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