#DAFAFC

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

Shades of Light Cyan #DAFAFC

Tints of Light Cyan #DAFAFC

Color information

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

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

Color convert

RGB218250252-
CMYK0.130.0100.01
HSL183.53º85%92.16%-
HSV(B)183.53º13.49%98.82%-
XYZ80.6790.3105.27-
YUV240.66134.4111.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182502520.130.0100.01183.538592.16
HexDAFAFCD101b8555c
Octal33237237415101270125134
Binary11011010111110101111110011011011011100010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAFC; }

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

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

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

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

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

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

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

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