Html Css Color HEX #61C0DB Malibu

📋 copy color: '#61C0DB'

red 97 ◦ green 192 ◦ blue 219

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

Shades of Malibu #61C0DB

Tints of Malibu #61C0DB

RGB

 RED value IS 97 (38.28% from 255) = 19.09%

 GREEN value IS 192 (75.39% from 255) = 37.8%

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 19.09%
G = 37.8%
B = 43.11%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61C0DB (or 0x61C0DB) is known color: Malibu. HEX triplet: 61, C0 and DB. RGB value is (97,192,219). Sum of RGB (Red+Green+Blue) = 97+192+219=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #61C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0DB is #9E3F24. Grayscale: #A6A6A6. Windows color (decimal): -10370853 or 14401633. OLE color: 14401633.

HSL color Cylindrical-coordinate representation of color #61C0DB: hue angle of 193.28º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61C0DB is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 192 219 -
CMYK 0.56 0.12 0 0.14
HSL 193.28º 0.63% 0.62% -
HSV(B) 193.28º 0.56% 0.86% -
XYZ 36.57 45.36 73.85 -
YUV 166.67 157.53 78.3 -
System Red Green Blue C M Y K H S L
Decimal 97 192 219 0.56 0.12 0 0.14 193.28 0.63 0.62
Hex 61 C0 DB 38 C 0 E C1 3F 3E
Octal 141 300 333 70 14 0 16 301 77 76
Binary 1100001 11000000 11011011 111000 1100 0 1110 11000001 111111 111110

Color Harmonies of #61C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C0DB

Black with #61C0DB

Text Example


Text Example

White with #61C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61C0DB; }

 p { color: rgb(97,192,219); }

 H1.HeaderClassName
 {
   color: #61C0DB;
 }
 .AnyTagClassName
 {
   color: #61C0DB;
 }
</style>

background-color css

<style>
 a { background-color: #61C0DB; }

 a { background-color: rgb(97,192,219); }

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

border-color css

<style>
 span { border-color: #61C0DB; }

 span { border-color: rgb(97,192,219); }

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