#DAFEFB

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

Shades of Light Cyan #DAFEFB

Tints of Light Cyan #DAFEFB

Color information

#DAFEFB (or 0xDAFEFB) is unknown color: approx Light Cyan. HEX triplet: DA, FE and FB. RGB value is (218,254,251). Sum of RGB (Red+Green+Blue) = 218+254+251=723 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.15% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEFB is #250104. Grayscale: #F2F2F2. Windows color (decimal): -2425093 or 16514778. OLE color: 16514778.

HSL color Cylindrical-coordinate representation of color #DAFEFB: hue angle of 175º 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 #DAFEFB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB218254251-
CMYK0.1400.010.00
HSL175º94.74%92.55%-
HSV(B)175º14.17%99.61%-
XYZ81.7792.75104.86-
YUV242.89132.57110.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.15%
GREEN value IS 254 (99.61% from 255) = 35.13%
BLUE value IS 251 (98.44% from 255) = 34.72%
R=30.15%
G=35.13%
B=34.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542510.1400.010.0017594.7492.55
HexDAFEFBE010af5f5d
Octal33237637316010257137135
Binary11011010111111101111101111100101010111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEFB; }

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

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

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

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

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

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

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

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