#DAF9FB

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

Shades of Light Cyan #DAF9FB

Tints of Light Cyan #DAF9FB

Color information

#DAF9FB (or 0xDAF9FB) is unknown color: approx Light Cyan. HEX triplet: DA, F9 and FB. RGB value is (218,249,251). Sum of RGB (Red+Green+Blue) = 218+249+251=718 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.36% from 718); Green value is 249 (97.66% from 255 or 34.68% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAF9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9FB is #250604. Grayscale: #EFEFEF. Windows color (decimal): -2426373 or 16513498. OLE color: 16513498.

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

Color convert

RGB218249251-
CMYK0.130.0100.02
HSL183.64º80.49%91.96%-
HSV(B)183.64º13.15%98.43%-
XYZ80.289.62104.34-
YUV239.96134.23112.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.36%
GREEN value IS 249 (97.66% from 255) = 34.68%
BLUE value IS 251 (98.44% from 255) = 34.96%
R=30.36%
G=34.68%
B=34.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492510.130.0100.02183.6480.4991.96
HexDAF9FBD102b8505c
Octal33237137315102270120134
Binary110110101111100111111011110110101011100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9FB; }

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

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

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

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

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

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

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

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