#DAFBFD

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

Shades of Light Cyan #DAFBFD

Tints of Light Cyan #DAFBFD

Color information

#DAFBFD (or 0xDAFBFD) is unknown color: approx Light Cyan. HEX triplet: DA, FB and FD. RGB value is (218,251,253). Sum of RGB (Red+Green+Blue) = 218+251+253=722 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.19% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAFBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBFD is #250402. Grayscale: #F1F1F1. Windows color (decimal): -2425859 or 16645082. OLE color: 16645082.

HSL color Cylindrical-coordinate representation of color #DAFBFD: hue angle of 183.43º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFBFD is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218251253-
CMYK0.140.0100.01
HSL183.43º89.74%92.35%-
HSV(B)183.43º13.83%99.22%-
XYZ81.1490.99106.22-
YUV241.36134.57111.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.19%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 253 (99.22% from 255) = 35.04%
R=30.19%
G=34.76%
B=35.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182512530.140.0100.01183.4389.7492.35
HexDAFBFDE101b75a5c
Octal33237337516101267132134
Binary11011010111110111111110111101011011011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBFD; }

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

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

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

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

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

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

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

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