#DAF9FC

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

Shades of Light Cyan #DAF9FC

Tints of Light Cyan #DAF9FC

Color information

#DAF9FC (or 0xDAF9FC) is unknown color: approx Light Cyan. HEX triplet: DA, F9 and FC. RGB value is (218,249,252). Sum of RGB (Red+Green+Blue) = 218+249+252=719 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.32% from 719); Green value is 249 (97.66% from 255 or 34.63% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAF9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9FC is #250603. Grayscale: #F0F0F0. Windows color (decimal): -2426372 or 16579034. OLE color: 16579034.

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

Color convert

RGB218249252-
CMYK0.130.0100.01
HSL185.29º85%92.16%-
HSV(B)185.29º13.49%98.82%-
XYZ80.3689.69105.17-
YUV240.07134.73112.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.32%
GREEN value IS 249 (97.66% from 255) = 34.63%
BLUE value IS 252 (98.83% from 255) = 35.05%
R=30.32%
G=34.63%
B=35.05%

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
Decimal2182492520.130.0100.01185.298592.16
HexDAF9FCD101b9555c
Octal33237137415101271125134
Binary11011010111110011111110011011011011100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9FC; }

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

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

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

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

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

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

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

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