#DAF8FE

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

Shades of Light Cyan #DAF8FE

Tints of Light Cyan #DAF8FE

Color information

#DAF8FE (or 0xDAF8FE) is unknown color: approx Light Cyan. HEX triplet: DA, F8 and FE. RGB value is (218,248,254). Sum of RGB (Red+Green+Blue) = 218+248+254=720 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.28% from 720); Green value is 248 (97.27% from 255 or 34.44% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF8FE is #250701. Grayscale: #EFEFEF. Windows color (decimal): -2426626 or 16709850. OLE color: 16709850.

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

Color convert

RGB218248254-
CMYK0.140.0200.00
HSL190º94.74%92.55%-
HSV(B)190º14.17%99.61%-
XYZ80.3789.2106.75-
YUV239.71136.06112.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.28%
GREEN value IS 248 (97.27% from 255) = 34.44%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=30.28%
G=34.44%
B=35.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182482540.140.0200.0019094.7492.55
HexDAF8FEE200be5f5d
Octal33237037616200276137135
Binary110110101111100011111110111010001011111010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8FE; }

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

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

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

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

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

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

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

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