Html Css Color HEX #DCF9FF Light Cyan

📋 copy color: '#DCF9FF'

red 220 ◦ green 249 ◦ blue 255

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

Shades of Light Cyan #DCF9FF

Tints of Light Cyan #DCF9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.39%

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

R = 30.39%
G = 34.39%
B = 35.22%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCF9FF (or 0xDCF9FF) is known color: Light Cyan. HEX triplet: DC, F9 and FF. RGB value is (220,249,255). Sum of RGB (Red+Green+Blue) = 220+249+255=724 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.39% from 724); Green value is 249 (97.66% from 255 or 34.39% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9FF is #230600. Grayscale: #F0F0F0. Windows color (decimal): -2295297 or 16775644. OLE color: 16775644.

HSL color Cylindrical-coordinate representation of color #DCF9FF: hue angle of 190.29º 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 #DCF9FF is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 249 255 -
CMYK 0.14 0.02 0 0
HSL 190.29º 1% 0.93% -
HSV(B) 190.29º 0.14% 1% -
XYZ 81.44 90.19 107.72 -
YUV 241.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 220 249 255 0.14 0.02 0 0 190.29 1 0.93
Hex DC F9 FF E 2 0 0 BE 64 5D
Octal 334 371 377 16 2 0 0 276 144 135
Binary 11011100 11111001 11111111 1110 10 0 0 10111110 1100100 1011101

Color Harmonies of #DCF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF9FF

Black with #DCF9FF

Text Example


Text Example

White with #DCF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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