#DAF6FB

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

Shades of Light Cyan #DAF6FB

Tints of Light Cyan #DAF6FB

Color information

#DAF6FB (or 0xDAF6FB) is unknown color: approx Light Cyan. HEX triplet: DA, F6 and FB. RGB value is (218,246,251). Sum of RGB (Red+Green+Blue) = 218+246+251=715 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.49% from 715); Green value is 246 (96.48% from 255 or 34.41% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6FB is #250904. Grayscale: #EEEEEE. Windows color (decimal): -2427141 or 16512730. OLE color: 16512730.

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

Color convert

RGB218246251-
CMYK0.130.0200.02
HSL189.09º80.49%91.96%-
HSV(B)189.09º13.15%98.43%-
XYZ79.2887.78104.03-
YUV238.2135.22113.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.49%
GREEN value IS 246 (96.48% from 255) = 34.41%
BLUE value IS 251 (98.44% from 255) = 35.10%
R=30.49%
G=34.41%
B=35.10%

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
Decimal2182462510.130.0200.02189.0980.4991.96
HexDAF6FBD202bd505c
Octal33236637315202275120134
Binary1101101011110110111110111101100101011110110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6FB; }

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

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

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

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

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

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

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

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