Html Css Color HEX #61BEE8 Malibu

📋 copy color: '#61BEE8'

red 97 ◦ green 190 ◦ blue 232

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

Shades of Malibu #61BEE8

Tints of Malibu #61BEE8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.61%

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

R = 18.69%
G = 36.61%
B = 44.7%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#61BEE8 (or 0x61BEE8) is known color: Malibu. HEX triplet: 61, BE and E8. RGB value is (97,190,232). Sum of RGB (Red+Green+Blue) = 97+190+232=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #61BEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BEE8 is #9E4117. Grayscale: #A6A6A6. Windows color (decimal): -10371352 or 15253089. OLE color: 15253089.

HSL color Cylindrical-coordinate representation of color #61BEE8: hue angle of 198.67º 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 #61BEE8 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 190 232 -
CMYK 0.58 0.18 0 0.09
HSL 198.67º 0.75% 0.65% -
HSV(B) 198.67º 0.58% 0.91% -
XYZ 37.91 45.19 83.07 -
YUV 166.98 164.69 78.08 -
System Red Green Blue C M Y K H S L
Decimal 97 190 232 0.58 0.18 0 0.09 198.67 0.75 0.65
Hex 61 BE E8 3A 12 0 9 C7 4B 41
Octal 141 276 350 72 22 0 11 307 113 101
Binary 1100001 10111110 11101000 111010 10010 0 1001 11000111 1001011 1000001

Color Harmonies of #61BEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BEE8

Black with #61BEE8

Text Example


Text Example

White with #61BEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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