#DAF6FE

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

Shades of Light Cyan #DAF6FE

Tints of Light Cyan #DAF6FE

Color information

#DAF6FE (or 0xDAF6FE) is unknown color: approx Light Cyan. HEX triplet: DA, F6 and FE. RGB value is (218,246,254). Sum of RGB (Red+Green+Blue) = 218+246+254=718 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.36% from 718); Green value is 246 (96.48% from 255 or 34.26% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6FE is #250901. Grayscale: #EEEEEE. Windows color (decimal): -2427138 or 16709338. OLE color: 16709338.

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

Color convert

RGB218246254-
CMYK0.140.0300.00
HSL193.33º94.74%92.55%-
HSV(B)193.33º14.17%99.61%-
XYZ79.7687.97106.54-
YUV238.54136.72113.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.36%
GREEN value IS 246 (96.48% from 255) = 34.26%
BLUE value IS 254 (99.61% from 255) = 35.38%
R=30.36%
G=34.26%
B=35.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182462540.140.0300.00193.3394.7492.55
HexDAF6FEE300c15f5d
Octal33236637616300301137135
Binary110110101111011011111110111011001100000110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6FE; }

 p { color: rgb(218,246,254); }

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

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

 a { background-color: rgb(218,246,254); }

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

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

 span { border-color: rgb(218,246,254); }

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