Html Css Color HEX #DCF6FF Light Cyan

📋 copy color: '#DCF6FF'

red 220 ◦ green 246 ◦ blue 255

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

Shades of Light Cyan #DCF6FF

Tints of Light Cyan #DCF6FF

RGB

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

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

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

R = 30.51%
G = 34.12%
B = 35.37%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCF6FF (or 0xDCF6FF) is known color: Light Cyan. HEX triplet: DC, F6 and FF. RGB value is (220,246,255). Sum of RGB (Red+Green+Blue) = 220+246+255=721 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.51% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6FF is #230900. Grayscale: #EFEFEF. Windows color (decimal): -2296065 or 16774876. OLE color: 16774876.

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

Color convert

RGB 220 246 255 -
CMYK 0.14 0.04 0 0
HSL 195.43º 1% 0.93% -
HSV(B) 195.43º 0.14% 1% -
XYZ 80.52 88.35 107.42 -
YUV 239.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 220 246 255 0.14 0.04 0 0 195.43 1 0.93
Hex DC F6 FF E 4 0 0 C3 64 5D
Octal 334 366 377 16 4 0 0 303 144 135
Binary 11011100 11110110 11111111 1110 100 0 0 11000011 1100100 1011101

Color Harmonies of #DCF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF6FF

Black with #DCF6FF

Text Example


Text Example

White with #DCF6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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