Html Css Color HEX #68CBCC Downy

📋 copy color: '#68CBCC'

red 104 ◦ green 203 ◦ blue 204

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

Shades of Downy #68CBCC

Tints of Downy #68CBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 20.35%
G = 39.73%
B = 39.92%

CMYK

 C value IS 0.49

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#68CBCC (or 0x68CBCC) is known color: Downy. HEX triplet: 68, CB and CC. RGB value is (104,203,204). Sum of RGB (Red+Green+Blue) = 104+203+204=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #68CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBCC is #973433. Grayscale: #ADADAD. Windows color (decimal): -9909300 or 13421416. OLE color: 13421416.

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

Color convert

RGB 104 203 204 -
CMYK 0.49 0.00 0 0.2
HSL 180.6º 0.5% 0.6% -
HSV(B) 180.6º 0.49% 0.8% -
XYZ 37.96 50.01 64.78 -
YUV 173.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 104 203 204 0.49 0.00 0 0.2 180.6 0.5 0.6
Hex 68 CB CC 31 0 0 14 B5 32 3C
Octal 150 313 314 61 0 0 24 265 62 74
Binary 1101000 11001011 11001100 110001 0 0 10100 10110101 110010 111100

Color Harmonies of #68CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CBCC

Black with #68CBCC

Text Example


Text Example

White with #68CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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