Html Css Color HEX #61BADE Malibu

📋 copy color: '#61BADE'

red 97 ◦ green 186 ◦ blue 222

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

Shades of Malibu #61BADE

Tints of Malibu #61BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 19.21%
G = 36.83%
B = 43.96%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#61BADE (or 0x61BADE) is known color: Malibu. HEX triplet: 61, BA and DE. RGB value is (97,186,222). Sum of RGB (Red+Green+Blue) = 97+186+222=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #61BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BADE is #9E4521. Grayscale: #A3A3A3. Windows color (decimal): -10372386 or 14596705. OLE color: 14596705.

HSL color Cylindrical-coordinate representation of color #61BADE: hue angle of 197.28º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61BADE is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 186 222 -
CMYK 0.56 0.16 0 0.13
HSL 197.28º 0.65% 0.63% -
HSV(B) 197.28º 0.56% 0.87% -
XYZ 35.67 42.93 75.51 -
YUV 163.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 97 186 222 0.56 0.16 0 0.13 197.28 0.65 0.63
Hex 61 BA DE 38 10 0 D C5 41 3F
Octal 141 272 336 70 20 0 15 305 101 77
Binary 1100001 10111010 11011110 111000 10000 0 1101 11000101 1000001 111111

Color Harmonies of #61BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BADE

Black with #61BADE

Text Example


Text Example

White with #61BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,186,222); }

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

background-color css

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

 a { background-color: rgb(97,186,222); }

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

border-color css

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

 span { border-color: rgb(97,186,222); }

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