Html Css Color HEX #61BAE5 Malibu

📋 copy color: '#61BAE5'

red 97 ◦ green 186 ◦ blue 229

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

Shades of Malibu #61BAE5

Tints of Malibu #61BAE5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.33%

 BLUE value IS 229 (89.84% from 255) = 44.73%

R = 18.95%
G = 36.33%
B = 44.73%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#61BAE5 (or 0x61BAE5) is known color: Malibu. HEX triplet: 61, BA and E5. RGB value is (97,186,229). Sum of RGB (Red+Green+Blue) = 97+186+229=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #61BAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BAE5 is #9E451A. Grayscale: #A4A4A4. Windows color (decimal): -10372379 or 15055457. OLE color: 15055457.

HSL color Cylindrical-coordinate representation of color #61BAE5: hue angle of 199.55º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61BAE5 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 186 229 -
CMYK 0.58 0.19 0 0.10
HSL 199.55º 0.72% 0.64% -
HSV(B) 199.55º 0.58% 0.9% -
XYZ 36.63 43.32 80.56 -
YUV 164.29 164.51 80 -
System Red Green Blue C M Y K H S L
Decimal 97 186 229 0.58 0.19 0 0.10 199.55 0.72 0.64
Hex 61 BA E5 3A 13 0 A C8 48 40
Octal 141 272 345 72 23 0 12 310 110 100
Binary 1100001 10111010 11100101 111010 10011 0 1010 11001000 1001000 1000000

Color Harmonies of #61BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BAE5

Black with #61BAE5

Text Example


Text Example

White with #61BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,186,229); }

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

background-color css

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

 a { background-color: rgb(97,186,229); }

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

border-color css

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

 span { border-color: rgb(97,186,229); }

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