Html Css Color HEX #61BADB Malibu

📋 copy color: '#61BADB'

red 97 ◦ green 186 ◦ blue 219

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

Shades of Malibu #61BADB

Tints of Malibu #61BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 19.32%
G = 37.05%
B = 43.63%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61BADB (or 0x61BADB) is known color: Malibu. HEX triplet: 61, BA and DB. RGB value is (97,186,219). Sum of RGB (Red+Green+Blue) = 97+186+219=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #61BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BADB is #9E4524. Grayscale: #A2A2A2. Windows color (decimal): -10372389 or 14400097. OLE color: 14400097.

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

Color convert

RGB 97 186 219 -
CMYK 0.56 0.15 0 0.14
HSL 196.23º 0.63% 0.62% -
HSV(B) 196.23º 0.56% 0.86% -
XYZ 35.27 42.77 73.41 -
YUV 163.15 159.51 80.82 -
System Red Green Blue C M Y K H S L
Decimal 97 186 219 0.56 0.15 0 0.14 196.23 0.63 0.62
Hex 61 BA DB 38 F 0 E C4 3F 3E
Octal 141 272 333 70 17 0 16 304 77 76
Binary 1100001 10111010 11011011 111000 1111 0 1110 11000100 111111 111110

Color Harmonies of #61BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BADB

Black with #61BADB

Text Example


Text Example

White with #61BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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