Html Css Color HEX #61BFE0 Malibu

📋 copy color: '#61BFE0'

red 97 ◦ green 191 ◦ blue 224

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

Shades of Malibu #61BFE0

Tints of Malibu #61BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 37.3%

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

R = 18.95%
G = 37.3%
B = 43.75%

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

#61BFE0 (or 0x61BFE0) is known color: Malibu. HEX triplet: 61, BF and E0. RGB value is (97,191,224). Sum of RGB (Red+Green+Blue) = 97+191+224=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #61BFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BFE0 is #9E401F. Grayscale: #A6A6A6. Windows color (decimal): -10371104 or 14729057. OLE color: 14729057.

HSL color Cylindrical-coordinate representation of color #61BFE0: hue angle of 195.59º 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 #61BFE0 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 191 224 -
CMYK 0.57 0.15 0 0.12
HSL 195.59º 0.67% 0.63% -
HSV(B) 195.59º 0.57% 0.88% -
XYZ 37.02 45.18 77.29 -
YUV 166.66 160.36 78.32 -
System Red Green Blue C M Y K H S L
Decimal 97 191 224 0.57 0.15 0 0.12 195.59 0.67 0.63
Hex 61 BF E0 39 F 0 C C4 43 3F
Octal 141 277 340 71 17 0 14 304 103 77
Binary 1100001 10111111 11100000 111001 1111 0 1100 11000100 1000011 111111

Color Harmonies of #61BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BFE0

Black with #61BFE0

Text Example


Text Example

White with #61BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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