Html Css Color HEX #61BADA Malibu

📋 copy color: '#61BADA'

red 97 ◦ green 186 ◦ blue 218

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

Shades of Malibu #61BADA

Tints of Malibu #61BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 19.36%
G = 37.13%
B = 43.51%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#61BADA (or 0x61BADA) is known color: Malibu. HEX triplet: 61, BA and DA. RGB value is (97,186,218). Sum of RGB (Red+Green+Blue) = 97+186+218=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #61BADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BADA is #9E4525. Grayscale: #A2A2A2. Windows color (decimal): -10372390 or 14334561. OLE color: 14334561.

HSL color Cylindrical-coordinate representation of color #61BADA: hue angle of 195.87º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61BADA is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 186 218 -
CMYK 0.56 0.15 0 0.15
HSL 195.87º 0.62% 0.62% -
HSV(B) 195.87º 0.56% 0.85% -
XYZ 35.14 42.72 72.72 -
YUV 163.04 159.01 80.9 -
System Red Green Blue C M Y K H S L
Decimal 97 186 218 0.56 0.15 0 0.15 195.87 0.62 0.62
Hex 61 BA DA 38 F 0 F C4 3E 3E
Octal 141 272 332 70 17 0 17 304 76 76
Binary 1100001 10111010 11011010 111000 1111 0 1111 11000100 111110 111110

Color Harmonies of #61BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BADA

Black with #61BADA

Text Example


Text Example

White with #61BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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