Html Css Color HEX #61BDDB Malibu

📋 copy color: '#61BDDB'

red 97 ◦ green 189 ◦ blue 219

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

Shades of Malibu #61BDDB

Tints of Malibu #61BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.43%

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 19.21%
G = 37.43%
B = 43.37%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61BDDB (or 0x61BDDB) is known color: Malibu. HEX triplet: 61, BD and DB. RGB value is (97,189,219). Sum of RGB (Red+Green+Blue) = 97+189+219=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #61BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDDB is #9E4224. Grayscale: #A4A4A4. Windows color (decimal): -10371621 or 14400865. OLE color: 14400865.

HSL color Cylindrical-coordinate representation of color #61BDDB: hue angle of 194.75º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61BDDB is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 189 219 -
CMYK 0.56 0.14 0 0.14
HSL 194.75º 0.63% 0.62% -
HSV(B) 194.75º 0.56% 0.86% -
XYZ 35.91 44.05 73.63 -
YUV 164.91 158.52 79.56 -
System Red Green Blue C M Y K H S L
Decimal 97 189 219 0.56 0.14 0 0.14 194.75 0.63 0.62
Hex 61 BD DB 38 E 0 E C3 3F 3E
Octal 141 275 333 70 16 0 16 303 77 76
Binary 1100001 10111101 11011011 111000 1110 0 1110 11000011 111111 111110

Color Harmonies of #61BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDDB

Black with #61BDDB

Text Example


Text Example

White with #61BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,189,219); }

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

background-color css

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

 a { background-color: rgb(97,189,219); }

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

border-color css

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

 span { border-color: rgb(97,189,219); }

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