Html Css Color HEX #61BDD8 Malibu

📋 copy color: '#61BDD8'

red 97 ◦ green 189 ◦ blue 216

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

Shades of Malibu #61BDD8

Tints of Malibu #61BDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.03%

R = 19.32%
G = 37.65%
B = 43.03%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#61BDD8 (or 0x61BDD8) is known color: Malibu. HEX triplet: 61, BD and D8. RGB value is (97,189,216). Sum of RGB (Red+Green+Blue) = 97+189+216=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #61BDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDD8 is #9E4227. Grayscale: #A4A4A4. Windows color (decimal): -10371624 or 14204257. OLE color: 14204257.

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

Color convert

RGB 97 189 216 -
CMYK 0.55 0.12 0 0.15
HSL 193.61º 0.6% 0.61% -
HSV(B) 193.61º 0.55% 0.85% -
XYZ 35.52 43.89 71.57 -
YUV 164.57 157.02 79.8 -
System Red Green Blue C M Y K H S L
Decimal 97 189 216 0.55 0.12 0 0.15 193.61 0.6 0.61
Hex 61 BD D8 37 C 0 F C2 3C 3D
Octal 141 275 330 67 14 0 17 302 74 75
Binary 1100001 10111101 11011000 110111 1100 0 1111 11000010 111100 111101

Color Harmonies of #61BDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDD8

Black with #61BDD8

Text Example


Text Example

White with #61BDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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