Html Css Color HEX #61C7D5 Malibu

📋 copy color: '#61C7D5'

red 97 ◦ green 199 ◦ blue 213

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

Shades of Malibu #61C7D5

Tints of Malibu #61C7D5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.1%

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 19.06%
G = 39.1%
B = 41.85%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#61C7D5 (or 0x61C7D5) is known color: Malibu. HEX triplet: 61, C7 and D5. RGB value is (97,199,213). Sum of RGB (Red+Green+Blue) = 97+199+213=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #61C7D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C7D5 is #9E382A. Grayscale: #A9A9A9. Windows color (decimal): -10369067 or 14010209. OLE color: 14010209.

HSL color Cylindrical-coordinate representation of color #61C7D5: hue angle of 187.24º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61C7D5 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 199 213 -
CMYK 0.54 0.07 0 0.16
HSL 187.24º 0.58% 0.61% -
HSV(B) 187.24º 0.54% 0.84% -
XYZ 37.36 48.19 70.28 -
YUV 170.1 152.21 75.86 -
System Red Green Blue C M Y K H S L
Decimal 97 199 213 0.54 0.07 0 0.16 187.24 0.58 0.61
Hex 61 C7 D5 36 7 0 10 BB 3A 3D
Octal 141 307 325 66 7 0 20 273 72 75
Binary 1100001 11000111 11010101 110110 111 0 10000 10111011 111010 111101

Color Harmonies of #61C7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C7D5

Black with #61C7D5

Text Example


Text Example

White with #61C7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,199,213); }

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

background-color css

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

 a { background-color: rgb(97,199,213); }

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

border-color css

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

 span { border-color: rgb(97,199,213); }

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