Html Css Color HEX #6CCADD Spray

📋 copy color: '#6CCADD'

red 108 ◦ green 202 ◦ blue 221

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

Shades of Spray #6CCADD

Tints of Spray #6CCADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 20.34%
G = 38.04%
B = 41.62%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CCADD (or 0x6CCADD) is known color: Spray. HEX triplet: 6C, CA and DD. RGB value is (108,202,221). Sum of RGB (Red+Green+Blue) = 108+202+221=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CCADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCADD is #933522. Grayscale: #AFAFAF. Windows color (decimal): -9647395 or 14535276. OLE color: 14535276.

HSL color Cylindrical-coordinate representation of color #6CCADD: hue angle of 190.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CCADD is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 202 221 -
CMYK 0.51 0.09 0 0.13
HSL 190.09º 0.62% 0.65% -
HSV(B) 190.09º 0.51% 0.87% -
XYZ 40.36 50.65 76.06 -
YUV 176.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 108 202 221 0.51 0.09 0 0.13 190.09 0.62 0.65
Hex 6C CA DD 33 9 0 D BE 3E 41
Octal 154 312 335 63 11 0 15 276 76 101
Binary 1101100 11001010 11011101 110011 1001 0 1101 10111110 111110 1000001

Color Harmonies of #6CCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCADD

Black with #6CCADD

Text Example


Text Example

White with #6CCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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