Html Css Color HEX #DAF8FA Light Cyan

📋 copy color: '#DAF8FA'

red 218 ◦ green 248 ◦ blue 250

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

Shades of Light Cyan #DAF8FA

Tints of Light Cyan #DAF8FA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 34.64%

 BLUE value IS 250 (98.05% from 255) = 34.92%

R = 30.45%
G = 34.64%
B = 34.92%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAF8FA (or 0xDAF8FA) is known color: Light Cyan. HEX triplet: DA, F8 and FA. RGB value is (218,248,250). Sum of RGB (Red+Green+Blue) = 218+248+250=716 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.45% from 716); Green value is 248 (97.27% from 255 or 34.64% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF8FA is #250705. Grayscale: #EFEFEF. Windows color (decimal): -2426630 or 16447706. OLE color: 16447706.

HSL color Cylindrical-coordinate representation of color #DAF8FA: hue angle of 183.75º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF8FA is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 248 250 -
CMYK 0.13 0.01 0 0.02
HSL 183.75º 0.76% 0.92% -
HSV(B) 183.75º 0.13% 0.98% -
XYZ 79.74 88.94 103.41 -
YUV 239.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 218 248 250 0.13 0.01 0 0.02 183.75 0.76 0.92
Hex DA F8 FA D 1 0 2 B8 4C 5C
Octal 332 370 372 15 1 0 2 270 114 134
Binary 11011010 11111000 11111010 1101 1 0 10 10111000 1001100 1011100

Color Harmonies of #DAF8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF8FA

Black with #DAF8FA

Text Example


Text Example

White with #DAF8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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