Html Css Color HEX #68CAD1 Spray

📋 copy color: '#68CAD1'

red 104 ◦ green 202 ◦ blue 209

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

Shades of Spray #68CAD1

Tints of Spray #68CAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.58%

R = 20.19%
G = 39.22%
B = 40.58%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#68CAD1 (or 0x68CAD1) is known color: Spray. HEX triplet: 68, CA and D1. RGB value is (104,202,209). Sum of RGB (Red+Green+Blue) = 104+202+209=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #68CAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAD1 is #97352E. Grayscale: #ADADAD. Windows color (decimal): -9909551 or 13748840. OLE color: 13748840.

HSL color Cylindrical-coordinate representation of color #68CAD1: hue angle of 184º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CAD1 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 202 209 -
CMYK 0.50 0.03 0 0.18
HSL 184º 0.53% 0.61% -
HSV(B) 184º 0.5% 0.82% -
XYZ 38.34 49.79 67.91 -
YUV 173.5 148.03 78.43 -
System Red Green Blue C M Y K H S L
Decimal 104 202 209 0.50 0.03 0 0.18 184 0.53 0.61
Hex 68 CA D1 32 3 0 12 B8 35 3D
Octal 150 312 321 62 3 0 22 270 65 75
Binary 1101000 11001010 11010001 110010 11 0 10010 10111000 110101 111101

Color Harmonies of #68CAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CAD1

Black with #68CAD1

Text Example


Text Example

White with #68CAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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