Html Css Color HEX #61BAE7 Malibu

📋 copy color: '#61BAE7'

red 97 ◦ green 186 ◦ blue 231

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

Shades of Malibu #61BAE7

Tints of Malibu #61BAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.94%

R = 18.87%
G = 36.19%
B = 44.94%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#61BAE7 (or 0x61BAE7) is known color: Malibu. HEX triplet: 61, BA and E7. RGB value is (97,186,231). Sum of RGB (Red+Green+Blue) = 97+186+231=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #61BAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BAE7 is #9E4518. Grayscale: #A4A4A4. Windows color (decimal): -10372377 or 15186529. OLE color: 15186529.

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

Color convert

RGB 97 186 231 -
CMYK 0.58 0.19 0 0.09
HSL 200.15º 0.74% 0.64% -
HSV(B) 200.15º 0.58% 0.91% -
XYZ 36.91 43.43 82.04 -
YUV 164.52 165.51 79.84 -
System Red Green Blue C M Y K H S L
Decimal 97 186 231 0.58 0.19 0 0.09 200.15 0.74 0.64
Hex 61 BA E7 3A 13 0 9 C8 4A 40
Octal 141 272 347 72 23 0 11 310 112 100
Binary 1100001 10111010 11100111 111010 10011 0 1001 11001000 1001010 1000000

Color Harmonies of #61BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BAE7

Black with #61BAE7

Text Example


Text Example

White with #61BAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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