Html Css Color HEX #6CCADF Spray

📋 copy color: '#6CCADF'

red 108 ◦ green 202 ◦ blue 223

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

Shades of Spray #6CCADF

Tints of Spray #6CCADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 20.26%
G = 37.9%
B = 41.84%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CCADF (or 0x6CCADF) is known color: Spray. HEX triplet: 6C, CA and DF. RGB value is (108,202,223). Sum of RGB (Red+Green+Blue) = 108+202+223=533 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.26% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CCADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCADF is #933520. Grayscale: #B0B0B0. Windows color (decimal): -9647393 or 14666348. OLE color: 14666348.

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

Color convert

RGB 108 202 223 -
CMYK 0.52 0.09 0 0.13
HSL 190.96º 0.64% 0.65% -
HSV(B) 190.96º 0.52% 0.87% -
XYZ 40.62 50.76 77.47 -
YUV 176.29 154.36 79.29 -
System Red Green Blue C M Y K H S L
Decimal 108 202 223 0.52 0.09 0 0.13 190.96 0.64 0.65
Hex 6C CA DF 34 9 0 D BF 40 41
Octal 154 312 337 64 11 0 15 277 100 101
Binary 1101100 11001010 11011111 110100 1001 0 1101 10111111 1000000 1000001

Color Harmonies of #6CCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCADF

Black with #6CCADF

Text Example


Text Example

White with #6CCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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