#DAFCFA

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

Shades of Light Cyan #DAFCFA

Tints of Light Cyan #DAFCFA

Color information

#DAFCFA (or 0xDAFCFA) is unknown color: approx Light Cyan. HEX triplet: DA, FC and FA. RGB value is (218,252,250). Sum of RGB (Red+Green+Blue) = 218+252+250=720 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.28% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCFA is #250305. Grayscale: #F1F1F1. Windows color (decimal): -2425606 or 16448730. OLE color: 16448730.

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

Color convert

RGB218252250-
CMYK0.1300.010.01
HSL176.47º85%92.16%-
HSV(B)176.47º13.49%98.82%-
XYZ80.9891.43103.82-
YUV241.61132.74111.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.28%
GREEN value IS 252 (98.83% from 255) = 35%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=30.28%
G=35%
B=34.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182522500.1300.010.01176.478592.16
HexDAFCFAD011b0555c
Octal33237437215011260125134
Binary11011010111111001111101011010111011000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCFA; }

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

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

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

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

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

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

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

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