Html Css Color HEX #68CBCD Downy

📋 copy color: '#68CBCD'

red 104 ◦ green 203 ◦ blue 205

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

Shades of Downy #68CBCD

Tints of Downy #68CBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 20.31%
G = 39.65%
B = 40.04%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#68CBCD (or 0x68CBCD) is known color: Downy. HEX triplet: 68, CB and CD. RGB value is (104,203,205). Sum of RGB (Red+Green+Blue) = 104+203+205=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #68CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBCD is #973432. Grayscale: #ADADAD. Windows color (decimal): -9909299 or 13486952. OLE color: 13486952.

HSL color Cylindrical-coordinate representation of color #68CBCD: hue angle of 181.19º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CBCD is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 203 205 -
CMYK 0.49 0.01 0 0.20
HSL 181.19º 0.5% 0.61% -
HSV(B) 181.19º 0.49% 0.8% -
XYZ 38.08 50.06 65.41 -
YUV 173.63 145.7 78.34 -
System Red Green Blue C M Y K H S L
Decimal 104 203 205 0.49 0.01 0 0.20 181.19 0.5 0.61
Hex 68 CB CD 31 1 0 14 B5 32 3D
Octal 150 313 315 61 1 0 24 265 62 75
Binary 1101000 11001011 11001101 110001 1 0 10100 10110101 110010 111101

Color Harmonies of #68CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CBCD

Black with #68CBCD

Text Example


Text Example

White with #68CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,203,205); }

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

background-color css

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

 a { background-color: rgb(104,203,205); }

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

border-color css

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

 span { border-color: rgb(104,203,205); }

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