Html Css Color HEX #68DBCF Downy

📋 copy color: '#68DBCF'

red 104 ◦ green 219 ◦ blue 207

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

Shades of Downy #68DBCF

Tints of Downy #68DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.32%

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 19.62%
G = 41.32%
B = 39.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#68DBCF (or 0x68DBCF) is known color: Downy. HEX triplet: 68, DB and CF. RGB value is (104,219,207). Sum of RGB (Red+Green+Blue) = 104+219+207=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBCF is #972430. Grayscale: #B7B7B7. Windows color (decimal): -9905201 or 13622120. OLE color: 13622120.

HSL color Cylindrical-coordinate representation of color #68DBCF: hue angle of 173.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DBCF is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 207 -
CMYK 0.53 0 0.05 0.14
HSL 173.74º 0.61% 0.63% -
HSV(B) 173.74º 0.53% 0.86% -
XYZ 42.3 58.11 68.02 -
YUV 183.25 141.4 71.48 -
System Red Green Blue C M Y K H S L
Decimal 104 219 207 0.53 0 0.05 0.14 173.74 0.61 0.63
Hex 68 DB CF 35 0 5 E AE 3D 3F
Octal 150 333 317 65 0 5 16 256 75 77
Binary 1101000 11011011 11001111 110101 0 101 1110 10101110 111101 111111

Color Harmonies of #68DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBCF

Black with #68DBCF

Text Example


Text Example

White with #68DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,219,207); }

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

background-color css

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

 a { background-color: rgb(104,219,207); }

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

border-color css

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

 span { border-color: rgb(104,219,207); }

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