Html Css Color HEX #6CCADC Spray

📋 copy color: '#6CCADC'

red 108 ◦ green 202 ◦ blue 220

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

Shades of Spray #6CCADC

Tints of Spray #6CCADC

RGB

 RED value IS 108 (42.58% from 255) = 20.38%

 GREEN value IS 202 (79.3% from 255) = 38.11%

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 20.38%
G = 38.11%
B = 41.51%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CCADC (or 0x6CCADC) is known color: Spray. HEX triplet: 6C, CA and DC. RGB value is (108,202,220). Sum of RGB (Red+Green+Blue) = 108+202+220=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CCADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCADC is #933523. Grayscale: #AFAFAF. Windows color (decimal): -9647396 or 14469740. OLE color: 14469740.

HSL color Cylindrical-coordinate representation of color #6CCADC: hue angle of 189.64º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CCADC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 202 220 -
CMYK 0.51 0.08 0 0.14
HSL 189.64º 0.62% 0.64% -
HSV(B) 189.64º 0.51% 0.86% -
XYZ 40.22 50.6 75.36 -
YUV 175.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 108 202 220 0.51 0.08 0 0.14 189.64 0.62 0.64
Hex 6C CA DC 33 8 0 E BE 3E 40
Octal 154 312 334 63 10 0 16 276 76 100
Binary 1101100 11001010 11011100 110011 1000 0 1110 10111110 111110 1000000

Color Harmonies of #6CCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCADC

Black with #6CCADC

Text Example


Text Example

White with #6CCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CCADC; }

 p { color: rgb(108,202,220); }

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

background-color css

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

 a { background-color: rgb(108,202,220); }

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

border-color css

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

 span { border-color: rgb(108,202,220); }

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