Html Css Color HEX #DCF6FA Light Cyan

📋 copy color: '#DCF6FA'

red 220 ◦ green 246 ◦ blue 250

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

Shades of Light Cyan #DCF6FA

Tints of Light Cyan #DCF6FA

RGB

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

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

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

R = 30.73%
G = 34.36%
B = 34.92%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCF6FA (or 0xDCF6FA) is known color: Light Cyan. HEX triplet: DC, F6 and FA. RGB value is (220,246,250). Sum of RGB (Red+Green+Blue) = 220+246+250=716 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.73% from 716); Green value is 246 (96.48% from 255 or 34.36% 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 #DCF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6FA is #230905. Grayscale: #EEEEEE. Windows color (decimal): -2296070 or 16447196. OLE color: 16447196.

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

Color convert

RGB 220 246 250 -
CMYK 0.12 0.02 0 0.02
HSL 188º 0.75% 0.92% -
HSV(B) 188º 0.12% 0.98% -
XYZ 79.73 88.03 103.23 -
YUV 238.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 220 246 250 0.12 0.02 0 0.02 188 0.75 0.92
Hex DC F6 FA C 2 0 2 BC 4B 5C
Octal 334 366 372 14 2 0 2 274 113 134
Binary 11011100 11110110 11111010 1100 10 0 10 10111100 1001011 1011100

Color Harmonies of #DCF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF6FA

Black with #DCF6FA

Text Example


Text Example

White with #DCF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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