Html Css Color HEX #61BCDC Malibu

📋 copy color: '#61BCDC'

red 97 ◦ green 188 ◦ blue 220

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

Shades of Malibu #61BCDC

Tints of Malibu #61BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.23%

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

R = 19.21%
G = 37.23%
B = 43.56%

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

#61BCDC (or 0x61BCDC) is known color: Malibu. HEX triplet: 61, BC and DC. RGB value is (97,188,220). Sum of RGB (Red+Green+Blue) = 97+188+220=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #61BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCDC is #9E4323. Grayscale: #A4A4A4. Windows color (decimal): -10371876 or 14466145. OLE color: 14466145.

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

Color convert

RGB 97 188 220 -
CMYK 0.56 0.15 0 0.14
HSL 195.61º 0.64% 0.62% -
HSV(B) 195.61º 0.56% 0.86% -
XYZ 35.83 43.68 74.25 -
YUV 164.44 159.35 79.9 -
System Red Green Blue C M Y K H S L
Decimal 97 188 220 0.56 0.15 0 0.14 195.61 0.64 0.62
Hex 61 BC DC 38 F 0 E C4 40 3E
Octal 141 274 334 70 17 0 16 304 100 76
Binary 1100001 10111100 11011100 111000 1111 0 1110 11000100 1000000 111110

Color Harmonies of #61BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BCDC

Black with #61BCDC

Text Example


Text Example

White with #61BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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