Html Css Color HEX #61B8CF Malibu

📋 copy color: '#61B8CF'

red 97 ◦ green 184 ◦ blue 207

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

Shades of Malibu #61B8CF

Tints of Malibu #61B8CF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.7%

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

R = 19.88%
G = 37.7%
B = 42.42%

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

#61B8CF (or 0x61B8CF) is known color: Malibu. HEX triplet: 61, B8 and CF. RGB value is (97,184,207). Sum of RGB (Red+Green+Blue) = 97+184+207=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #61B8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B8CF is #9E4730. Grayscale: #A0A0A0. Windows color (decimal): -10372913 or 13613153. OLE color: 13613153.

HSL color Cylindrical-coordinate representation of color #61B8CF: hue angle of 192.55º 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 #61B8CF is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 184 207 -
CMYK 0.53 0.11 0 0.19
HSL 192.55º 0.53% 0.6% -
HSV(B) 192.55º 0.53% 0.81% -
XYZ 33.33 41.33 65.25 -
YUV 160.61 154.18 82.63 -
System Red Green Blue C M Y K H S L
Decimal 97 184 207 0.53 0.11 0 0.19 192.55 0.53 0.6
Hex 61 B8 CF 35 B 0 13 C1 35 3C
Octal 141 270 317 65 13 0 23 301 65 74
Binary 1100001 10111000 11001111 110101 1011 0 10011 11000001 110101 111100

Color Harmonies of #61B8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B8CF

Black with #61B8CF

Text Example


Text Example

White with #61B8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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