#DAFBFE

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

Shades of Light Cyan #DAFBFE

Tints of Light Cyan #DAFBFE

Color information

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

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

Color convert

RGB218251254-
CMYK0.140.0100.00
HSL185º94.74%92.55%-
HSV(B)185º14.17%99.61%-
XYZ81.391.06107.06-
YUV241.48135.07111.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182512540.140.0100.0018594.7492.55
HexDAFBFEE100b95f5d
Octal33237337616100271137135
Binary11011010111110111111111011101001011100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBFE; }

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

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

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

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

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

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

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

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