#DAF7FB

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

Shades of Light Cyan #DAF7FB

Tints of Light Cyan #DAF7FB

Color information

#DAF7FB (or 0xDAF7FB) is unknown color: approx Light Cyan. HEX triplet: DA, F7 and FB. RGB value is (218,247,251). Sum of RGB (Red+Green+Blue) = 218+247+251=716 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.45% from 716); Green value is 247 (96.88% from 255 or 34.50% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAF7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF7FB is #250804. Grayscale: #EEEEEE. Windows color (decimal): -2426885 or 16512986. OLE color: 16512986.

HSL color Cylindrical-coordinate representation of color #DAF7FB: hue angle of 187.27º degrees, saturation: 0.8, 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 #DAF7FB is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218247251-
CMYK0.130.0200.02
HSL187.27º80.49%91.96%-
HSV(B)187.27º13.15%98.43%-
XYZ79.5988.39104.13-
YUV238.78134.89113.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.45%
GREEN value IS 247 (96.88% from 255) = 34.50%
BLUE value IS 251 (98.44% from 255) = 35.06%
R=30.45%
G=34.50%
B=35.06%

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
Decimal2182472510.130.0200.02187.2780.4991.96
HexDAF7FBD202bb505c
Octal33236737315202273120134
Binary1101101011110111111110111101100101011101110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7FB; }

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

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

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

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

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

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

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

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