#DAFEFE

Color #DAFEFE Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DAFEFE

Tints of Light Cyan #DAFEFE

Color information

#DAFEFE (or 0xDAFEFE) is unknown color: approx Light Cyan. HEX triplet: DA, FE and FE. RGB value is (218,254,254). Sum of RGB (Red+Green+Blue) = 218+254+254=726 (96% of max value = 765). Red value is 218 (85.55% from 255 or 30.03% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #DAFEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEFE is #250101. Grayscale: #F3F3F3. Windows color (decimal): -2425090 or 16711386. OLE color: 16711386.

HSL color Cylindrical-coordinate representation of color #DAFEFE: hue angle of 180º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEFE is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218254254-
CMYK0.14000.00
HSL180º94.74%92.55%-
HSV(B)180º14.17%99.61%-
XYZ82.2492.94107.37-
YUV243.24134.07110-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.03%
GREEN value IS 254 (99.61% from 255) = 34.99%
BLUE value IS 254 (99.61% from 255) = 34.99%
R=30.03%
G=34.99%
B=34.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542540.14000.0018094.7492.55
HexDAFEFEE000b45f5d
Octal33237637616000264137135
Binary11011010111111101111111011100001011010010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEFE; }

 p { color: rgb(218,254,254); }

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

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

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

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

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

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

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