#DAF7FC

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

Shades of Light Cyan #DAF7FC

Tints of Light Cyan #DAF7FC

Color information

#DAF7FC (or 0xDAF7FC) is unknown color: approx Light Cyan. HEX triplet: DA, F7 and FC. RGB value is (218,247,252). Sum of RGB (Red+Green+Blue) = 218+247+252=717 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.40% from 717); Green value is 247 (96.88% from 255 or 34.45% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAF7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF7FC is #250803. Grayscale: #EEEEEE. Windows color (decimal): -2426884 or 16578522. OLE color: 16578522.

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

Color convert

RGB218247252-
CMYK0.130.0200.01
HSL188.82º85%92.16%-
HSV(B)188.82º13.49%98.82%-
XYZ79.7488.46104.97-
YUV238.9135.39113.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.40%
GREEN value IS 247 (96.88% from 255) = 34.45%
BLUE value IS 252 (98.83% from 255) = 35.15%
R=30.40%
G=34.45%
B=35.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182472520.130.0200.01188.828592.16
HexDAF7FCD201bd555c
Octal33236737415201275125134
Binary110110101111011111111100110110011011110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7FC; }

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

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

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

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

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

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

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

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