Html Css Color HEX #68CAD5 Spray

📋 copy color: '#68CAD5'

red 104 ◦ green 202 ◦ blue 213

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

Shades of Spray #68CAD5

Tints of Spray #68CAD5

RGB

 RED value IS 104 (41.02% from 255) = 20.04%

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

 BLUE value IS 213 (83.59% from 255) = 41.04%

R = 20.04%
G = 38.92%
B = 41.04%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#68CAD5 (or 0x68CAD5) is known color: Spray. HEX triplet: 68, CA and D5. RGB value is (104,202,213). Sum of RGB (Red+Green+Blue) = 104+202+213=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #68CAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAD5 is #97352A. Grayscale: #ADADAD. Windows color (decimal): -9909547 or 14010984. OLE color: 14010984.

HSL color Cylindrical-coordinate representation of color #68CAD5: hue angle of 186.06º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68CAD5 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 202 213 -
CMYK 0.51 0.05 0 0.16
HSL 186.06º 0.56% 0.62% -
HSV(B) 186.06º 0.51% 0.84% -
XYZ 38.84 49.99 70.55 -
YUV 173.95 150.03 78.11 -
System Red Green Blue C M Y K H S L
Decimal 104 202 213 0.51 0.05 0 0.16 186.06 0.56 0.62
Hex 68 CA D5 33 5 0 10 BA 38 3E
Octal 150 312 325 63 5 0 20 272 70 76
Binary 1101000 11001010 11010101 110011 101 0 10000 10111010 111000 111110

Color Harmonies of #68CAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CAD5

Black with #68CAD5

Text Example


Text Example

White with #68CAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68CAD5; }

 p { color: rgb(104,202,213); }

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

background-color css

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

 a { background-color: rgb(104,202,213); }

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

border-color css

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

 span { border-color: rgb(104,202,213); }

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