Html Css Color HEX #61BDD6 Malibu

📋 copy color: '#61BDD6'

red 97 ◦ green 189 ◦ blue 214

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

Shades of Malibu #61BDD6

Tints of Malibu #61BDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.8%

 BLUE value IS 214 (83.98% from 255) = 42.8%

R = 19.4%
G = 37.8%
B = 42.8%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#61BDD6 (or 0x61BDD6) is known color: Malibu. HEX triplet: 61, BD and D6. RGB value is (97,189,214). Sum of RGB (Red+Green+Blue) = 97+189+214=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #61BDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDD6 is #9E4229. Grayscale: #A4A4A4. Windows color (decimal): -10371626 or 14073185. OLE color: 14073185.

HSL color Cylindrical-coordinate representation of color #61BDD6: hue angle of 192.82º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61BDD6 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 189 214 -
CMYK 0.55 0.12 0 0.16
HSL 192.82º 0.59% 0.61% -
HSV(B) 192.82º 0.55% 0.84% -
XYZ 35.26 43.79 70.21 -
YUV 164.34 156.02 79.97 -
System Red Green Blue C M Y K H S L
Decimal 97 189 214 0.55 0.12 0 0.16 192.82 0.59 0.61
Hex 61 BD D6 37 C 0 10 C1 3B 3D
Octal 141 275 326 67 14 0 20 301 73 75
Binary 1100001 10111101 11010110 110111 1100 0 10000 11000001 111011 111101

Color Harmonies of #61BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDD6

Black with #61BDD6

Text Example


Text Example

White with #61BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,189,214); }

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

background-color css

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

 a { background-color: rgb(97,189,214); }

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

border-color css

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

 span { border-color: rgb(97,189,214); }

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