Html Css Color HEX #DCF8FF Light Cyan

📋 copy color: '#DCF8FF'

red 220 ◦ green 248 ◦ blue 255

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

Shades of Light Cyan #DCF8FF

Tints of Light Cyan #DCF8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.27%

R = 30.43%
G = 34.3%
B = 35.27%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCF8FF (or 0xDCF8FF) is known color: Light Cyan. HEX triplet: DC, F8 and FF. RGB value is (220,248,255). Sum of RGB (Red+Green+Blue) = 220+248+255=723 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.43% from 723); Green value is 248 (97.27% from 255 or 34.30% 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 #DCF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF8FF is #230700. Grayscale: #F0F0F0. Windows color (decimal): -2295553 or 16775388. OLE color: 16775388.

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

Color convert

RGB 220 248 255 -
CMYK 0.14 0.03 0 0
HSL 192º 1% 0.93% -
HSV(B) 192º 0.14% 1% -
XYZ 81.13 89.57 107.62 -
YUV 240.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 220 248 255 0.14 0.03 0 0 192 1 0.93
Hex DC F8 FF E 3 0 0 C0 64 5D
Octal 334 370 377 16 3 0 0 300 144 135
Binary 11011100 11111000 11111111 1110 11 0 0 11000000 1100100 1011101

Color Harmonies of #DCF8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF8FF

Black with #DCF8FF

Text Example


Text Example

White with #DCF8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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