Html Css Color HEX #61BEE0 Malibu

📋 copy color: '#61BEE0'

red 97 ◦ green 190 ◦ blue 224

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

Shades of Malibu #61BEE0

Tints of Malibu #61BEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.84%

R = 18.98%
G = 37.18%
B = 43.84%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#61BEE0 (or 0x61BEE0) is known color: Malibu. HEX triplet: 61, BE and E0. RGB value is (97,190,224). Sum of RGB (Red+Green+Blue) = 97+190+224=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #61BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BEE0 is #9E411F. Grayscale: #A5A5A5. Windows color (decimal): -10371360 or 14728801. OLE color: 14728801.

HSL color Cylindrical-coordinate representation of color #61BEE0: hue angle of 196.06º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61BEE0 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 190 224 -
CMYK 0.57 0.15 0 0.12
HSL 196.06º 0.67% 0.63% -
HSV(B) 196.06º 0.57% 0.88% -
XYZ 36.8 44.75 77.22 -
YUV 166.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 97 190 224 0.57 0.15 0 0.12 196.06 0.67 0.63
Hex 61 BE E0 39 F 0 C C4 43 3F
Octal 141 276 340 71 17 0 14 304 103 77
Binary 1100001 10111110 11100000 111001 1111 0 1100 11000100 1000011 111111

Color Harmonies of #61BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BEE0

Black with #61BEE0

Text Example


Text Example

White with #61BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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