Html Css Color HEX #61B8D5 Malibu

📋 copy color: '#61B8D5'

red 97 ◦ green 184 ◦ blue 213

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

Shades of Malibu #61B8D5

Tints of Malibu #61B8D5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.25%

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

R = 19.64%
G = 37.25%
B = 43.12%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#61B8D5 (or 0x61B8D5) is known color: Malibu. HEX triplet: 61, B8 and D5. RGB value is (97,184,213). Sum of RGB (Red+Green+Blue) = 97+184+213=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #61B8D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B8D5 is #9E472A. Grayscale: #A1A1A1. Windows color (decimal): -10372907 or 14006369. OLE color: 14006369.

HSL color Cylindrical-coordinate representation of color #61B8D5: hue angle of 195º 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 #61B8D5 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 184 213 -
CMYK 0.54 0.14 0 0.16
HSL 195º 0.58% 0.61% -
HSV(B) 195º 0.54% 0.84% -
XYZ 34.08 41.63 69.19 -
YUV 161.29 157.18 82.14 -
System Red Green Blue C M Y K H S L
Decimal 97 184 213 0.54 0.14 0 0.16 195 0.58 0.61
Hex 61 B8 D5 36 E 0 10 C3 3A 3D
Octal 141 270 325 66 16 0 20 303 72 75
Binary 1100001 10111000 11010101 110110 1110 0 10000 11000011 111010 111101

Color Harmonies of #61B8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B8D5

Black with #61B8D5

Text Example


Text Example

White with #61B8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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