Html Css Color HEX #68CACE Downy

📋 copy color: '#68CACE'

red 104 ◦ green 202 ◦ blue 206

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

Shades of Downy #68CACE

Tints of Downy #68CACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 20.31%
G = 39.45%
B = 40.23%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68CACE (or 0x68CACE) is known color: Downy. HEX triplet: 68, CA and CE. RGB value is (104,202,206). Sum of RGB (Red+Green+Blue) = 104+202+206=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #68CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CACE is #973531. Grayscale: #ADADAD. Windows color (decimal): -9909554 or 13552232. OLE color: 13552232.

HSL color Cylindrical-coordinate representation of color #68CACE: hue angle of 182.35º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CACE is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 202 206 -
CMYK 0.50 0.02 0 0.19
HSL 182.35º 0.51% 0.61% -
HSV(B) 182.35º 0.5% 0.81% -
XYZ 37.97 49.64 65.97 -
YUV 173.15 146.53 78.67 -
System Red Green Blue C M Y K H S L
Decimal 104 202 206 0.50 0.02 0 0.19 182.35 0.51 0.61
Hex 68 CA CE 32 2 0 13 B6 33 3D
Octal 150 312 316 62 2 0 23 266 63 75
Binary 1101000 11001010 11001110 110010 10 0 10011 10110110 110011 111101

Color Harmonies of #68CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CACE

Black with #68CACE

Text Example


Text Example

White with #68CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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