#DAFAFF

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

Shades of Light Cyan #DAFAFF

Tints of Light Cyan #DAFAFF

Color information

#DAFAFF (or 0xDAFAFF) is unknown color: approx Light Cyan. HEX triplet: DA, FA and FF. RGB value is (218,250,255). Sum of RGB (Red+Green+Blue) = 218+250+255=723 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.15% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFAFF is #250500. Grayscale: #F0F0F0. Windows color (decimal): -2426113 or 16775898. OLE color: 16775898.

HSL color Cylindrical-coordinate representation of color #DAFAFF: hue angle of 188.11º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFAFF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218250255-
CMYK0.150.0200
HSL188.11º100%92.75%-
HSV(B)188.11º14.51%100%-
XYZ81.1590.5107.8-
YUV241135.9111.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.15%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 255 (100% from 255) = 35.27%
R=30.15%
G=34.58%
B=35.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182502550.150.0200188.1110092.75
HexDAFAFFF200bc645d
Octal33237237717200274144135
Binary110110101111101011111111111110001011110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAFF; }

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

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

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

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

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

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

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

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