Html Css Color HEX #61BDE8 Malibu

📋 copy color: '#61BDE8'

red 97 ◦ green 189 ◦ blue 232

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

Shades of Malibu #61BDE8

Tints of Malibu #61BDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.79%

R = 18.73%
G = 36.49%
B = 44.79%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#61BDE8 (or 0x61BDE8) is known color: Malibu. HEX triplet: 61, BD and E8. RGB value is (97,189,232). Sum of RGB (Red+Green+Blue) = 97+189+232=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #61BDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BDE8 is #9E4217. Grayscale: #A6A6A6. Windows color (decimal): -10371608 or 15252833. OLE color: 15252833.

HSL color Cylindrical-coordinate representation of color #61BDE8: hue angle of 199.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61BDE8 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 189 232 -
CMYK 0.58 0.19 0 0.09
HSL 199.11º 0.75% 0.65% -
HSV(B) 199.11º 0.58% 0.91% -
XYZ 37.69 44.76 83 -
YUV 166.39 165.02 78.5 -
System Red Green Blue C M Y K H S L
Decimal 97 189 232 0.58 0.19 0 0.09 199.11 0.75 0.65
Hex 61 BD E8 3A 13 0 9 C7 4B 41
Octal 141 275 350 72 23 0 11 307 113 101
Binary 1100001 10111101 11101000 111010 10011 0 1001 11000111 1001011 1000001

Color Harmonies of #61BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDE8

Black with #61BDE8

Text Example


Text Example

White with #61BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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