Html Css Color HEX #61BDE5 Malibu

📋 copy color: '#61BDE5'

red 97 ◦ green 189 ◦ blue 229

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

Shades of Malibu #61BDE5

Tints of Malibu #61BDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.47%

R = 18.83%
G = 36.7%
B = 44.47%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#61BDE5 (or 0x61BDE5) is known color: Malibu. HEX triplet: 61, BD and E5. RGB value is (97,189,229). Sum of RGB (Red+Green+Blue) = 97+189+229=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #61BDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDE5 is #9E421A. Grayscale: #A5A5A5. Windows color (decimal): -10371611 or 15056225. OLE color: 15056225.

HSL color Cylindrical-coordinate representation of color #61BDE5: hue angle of 198.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61BDE5 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 189 229 -
CMYK 0.58 0.17 0 0.10
HSL 198.18º 0.72% 0.64% -
HSV(B) 198.18º 0.58% 0.9% -
XYZ 37.27 44.59 80.77 -
YUV 166.05 163.52 78.75 -
System Red Green Blue C M Y K H S L
Decimal 97 189 229 0.58 0.17 0 0.10 198.18 0.72 0.64
Hex 61 BD E5 3A 11 0 A C6 48 40
Octal 141 275 345 72 21 0 12 306 110 100
Binary 1100001 10111101 11100101 111010 10001 0 1010 11000110 1001000 1000000

Color Harmonies of #61BDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDE5

Black with #61BDE5

Text Example


Text Example

White with #61BDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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