Html Css Color HEX #61BADC Malibu

📋 copy color: '#61BADC'

red 97 ◦ green 186 ◦ blue 220

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

Shades of Malibu #61BADC

Tints of Malibu #61BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 19.28%
G = 36.98%
B = 43.74%

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

#61BADC (or 0x61BADC) is known color: Malibu. HEX triplet: 61, BA and DC. RGB value is (97,186,220). Sum of RGB (Red+Green+Blue) = 97+186+220=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #61BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BADC is #9E4523. Grayscale: #A3A3A3. Windows color (decimal): -10372388 or 14465633. OLE color: 14465633.

HSL color Cylindrical-coordinate representation of color #61BADC: hue angle of 196.59º degrees, saturation: 0.64, 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 #61BADC is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 186 220 -
CMYK 0.56 0.15 0 0.14
HSL 196.59º 0.64% 0.62% -
HSV(B) 196.59º 0.56% 0.86% -
XYZ 35.41 42.83 74.11 -
YUV 163.27 160.01 80.74 -
System Red Green Blue C M Y K H S L
Decimal 97 186 220 0.56 0.15 0 0.14 196.59 0.64 0.62
Hex 61 BA DC 38 F 0 E C5 40 3E
Octal 141 272 334 70 17 0 16 305 100 76
Binary 1100001 10111010 11011100 111000 1111 0 1110 11000101 1000000 111110

Color Harmonies of #61BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BADC

Black with #61BADC

Text Example


Text Example

White with #61BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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