Html Css Color HEX #61BAE3 Malibu

📋 copy color: '#61BAE3'

red 97 ◦ green 186 ◦ blue 227

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

Shades of Malibu #61BAE3

Tints of Malibu #61BAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.51%

R = 19.02%
G = 36.47%
B = 44.51%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#61BAE3 (or 0x61BAE3) is known color: Malibu. HEX triplet: 61, BA and E3. RGB value is (97,186,227). Sum of RGB (Red+Green+Blue) = 97+186+227=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #61BAE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BAE3 is #9E451C. Grayscale: #A3A3A3. Windows color (decimal): -10372381 or 14924385. OLE color: 14924385.

HSL color Cylindrical-coordinate representation of color #61BAE3: hue angle of 198.92º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61BAE3 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 186 227 -
CMYK 0.57 0.18 0 0.11
HSL 198.92º 0.7% 0.64% -
HSV(B) 198.92º 0.57% 0.89% -
XYZ 36.35 43.21 79.1 -
YUV 164.06 163.51 80.17 -
System Red Green Blue C M Y K H S L
Decimal 97 186 227 0.57 0.18 0 0.11 198.92 0.7 0.64
Hex 61 BA E3 39 12 0 B C7 46 40
Octal 141 272 343 71 22 0 13 307 106 100
Binary 1100001 10111010 11100011 111001 10010 0 1011 11000111 1000110 1000000

Color Harmonies of #61BAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BAE3

Black with #61BAE3

Text Example


Text Example

White with #61BAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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