Html Css Color HEX #DAF6F8 Light Cyan

📋 copy color: '#DAF6F8'

red 218 ◦ green 246 ◦ blue 248

#DAF6F8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Cyan #DAF6F8

Tints of Light Cyan #DAF6F8

RGB

 RED value IS 218 (85.55% from 255) = 30.62%

 GREEN value IS 246 (96.48% from 255) = 34.55%

 BLUE value IS 248 (97.27% from 255) = 34.83%

R = 30.62%
G = 34.55%
B = 34.83%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAF6F8 (or 0xDAF6F8) is known color: Light Cyan. HEX triplet: DA, F6 and F8. RGB value is (218,246,248). Sum of RGB (Red+Green+Blue) = 218+246+248=712 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.62% from 712); Green value is 246 (96.48% from 255 or 34.55% from 712); Blue value is 248 (97.27% from 255 or 34.83% from 712); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAF6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6F8 is #250907. Grayscale: #EDEDED. Windows color (decimal): -2427144 or 16316122. OLE color: 16316122.

HSL color Cylindrical-coordinate representation of color #DAF6F8: hue angle of 184º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF6F8 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 246 248 -
CMYK 0.12 0.01 0 0.03
HSL 184º 0.68% 0.91% -
HSV(B) 184º 0.12% 0.97% -
XYZ 78.81 87.59 101.56 -
YUV 237.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 218 246 248 0.12 0.01 0 0.03 184 0.68 0.91
Hex DA F6 F8 C 1 0 3 B8 44 5B
Octal 332 366 370 14 1 0 3 270 104 133
Binary 11011010 11110110 11111000 1100 1 0 11 10111000 1000100 1011011

Color Harmonies of #DAF6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF6F8

Black with #DAF6F8

Text Example


Text Example

White with #DAF6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF6F8; }

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

 H1.HeaderClassName
 {
   color: #DAF6F8;
 }
 .AnyTagClassName
 {
   color: #DAF6F8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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