Html Css Color HEX #DCFAF8 Light Cyan

📋 copy color: '#DCFAF8'

red 220 ◦ green 250 ◦ blue 248

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

Shades of Light Cyan #DCFAF8

Tints of Light Cyan #DCFAF8

RGB

 RED value IS 220 (86.33% from 255) = 30.64%

 GREEN value IS 250 (98.05% from 255) = 34.82%

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

R = 30.64%
G = 34.82%
B = 34.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#DCFAF8 (or 0xDCFAF8) is known color: Light Cyan. HEX triplet: DC, FA and F8. RGB value is (220,250,248). Sum of RGB (Red+Green+Blue) = 220+250+248=718 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.64% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAF8 is #230507. Grayscale: #F0F0F0. Windows color (decimal): -2295048 or 16317148. OLE color: 16317148.

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

Color convert

RGB 220 250 248 -
CMYK 0.12 0 0.01 0.02
HSL 176º 0.75% 0.92% -
HSV(B) 176º 0.12% 0.98% -
XYZ 80.64 90.36 102 -
YUV 240.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 220 250 248 0.12 0 0.01 0.02 176 0.75 0.92
Hex DC FA F8 C 0 1 2 B0 4B 5C
Octal 334 372 370 14 0 1 2 260 113 134
Binary 11011100 11111010 11111000 1100 0 1 10 10110000 1001011 1011100

Color Harmonies of #DCFAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAF8

Black with #DCFAF8

Text Example


Text Example

White with #DCFAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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