#DAF4FA

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

Shades of Light Cyan #DAF4FA

Tints of Light Cyan #DAF4FA

Color information

#DAF4FA (or 0xDAF4FA) is unknown color: approx Light Cyan. HEX triplet: DA, F4 and FA. RGB value is (218,244,250). Sum of RGB (Red+Green+Blue) = 218+244+250=712 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.62% from 712); Green value is 244 (95.70% from 255 or 34.27% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF4FA is #250B05. Grayscale: #ECECEC. Windows color (decimal): -2427654 or 16446682. OLE color: 16446682.

HSL color Cylindrical-coordinate representation of color #DAF4FA: hue angle of 191.25º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF4FA is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218244250-
CMYK0.130.0200.02
HSL191.25º76.19%91.76%-
HSV(B)191.25º12.8%98.04%-
XYZ78.5286.51103-
YUV236.91135.39114.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.62%
GREEN value IS 244 (95.70% from 255) = 34.27%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=30.62%
G=34.27%
B=35.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182442500.130.0200.02191.2576.1991.76
HexDAF4FAD202bf4c5c
Octal33236437215202277114134
Binary1101101011110100111110101101100101011111110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4FA; }

 p { color: rgb(218,244,250); }

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

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

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

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

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

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

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