Html Css Color HEX #61B9CF Malibu

📋 copy color: '#61B9CF'

red 97 ◦ green 185 ◦ blue 207

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

Shades of Malibu #61B9CF

Tints of Malibu #61B9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.83%

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 19.84%
G = 37.83%
B = 42.33%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61B9CF (or 0x61B9CF) is known color: Malibu. HEX triplet: 61, B9 and CF. RGB value is (97,185,207). Sum of RGB (Red+Green+Blue) = 97+185+207=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #61B9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9CF is #9E4630. Grayscale: #A1A1A1. Windows color (decimal): -10372657 or 13613409. OLE color: 13613409.

HSL color Cylindrical-coordinate representation of color #61B9CF: hue angle of 192º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61B9CF is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 185 207 -
CMYK 0.53 0.11 0 0.19
HSL 192º 0.53% 0.6% -
HSV(B) 192º 0.53% 0.81% -
XYZ 33.54 41.74 65.32 -
YUV 161.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 97 185 207 0.53 0.11 0 0.19 192 0.53 0.6
Hex 61 B9 CF 35 B 0 13 C0 35 3C
Octal 141 271 317 65 13 0 23 300 65 74
Binary 1100001 10111001 11001111 110101 1011 0 10011 11000000 110101 111100

Color Harmonies of #61B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B9CF

Black with #61B9CF

Text Example


Text Example

White with #61B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,185,207); }

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

background-color css

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

 a { background-color: rgb(97,185,207); }

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

border-color css

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

 span { border-color: rgb(97,185,207); }

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