Html Css Color HEX #61C0D8 Malibu

📋 copy color: '#61C0D8'

red 97 ◦ green 192 ◦ blue 216

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

Shades of Malibu #61C0D8

Tints of Malibu #61C0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.77%

R = 19.21%
G = 38.02%
B = 42.77%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#61C0D8 (or 0x61C0D8) is known color: Malibu. HEX triplet: 61, C0 and D8. RGB value is (97,192,216). Sum of RGB (Red+Green+Blue) = 97+192+216=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #61C0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0D8 is #9E3F27. Grayscale: #A6A6A6. Windows color (decimal): -10370856 or 14205025. OLE color: 14205025.

HSL color Cylindrical-coordinate representation of color #61C0D8: hue angle of 192.1º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61C0D8 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 192 216 -
CMYK 0.55 0.11 0 0.15
HSL 192.1º 0.6% 0.61% -
HSV(B) 192.1º 0.55% 0.85% -
XYZ 36.17 45.2 71.78 -
YUV 166.33 156.03 78.55 -
System Red Green Blue C M Y K H S L
Decimal 97 192 216 0.55 0.11 0 0.15 192.1 0.6 0.61
Hex 61 C0 D8 37 B 0 F C0 3C 3D
Octal 141 300 330 67 13 0 17 300 74 75
Binary 1100001 11000000 11011000 110111 1011 0 1111 11000000 111100 111101

Color Harmonies of #61C0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C0D8

Black with #61C0D8

Text Example


Text Example

White with #61C0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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