Html Css Color HEX #61ACEA Malibu

📋 copy color: '#61ACEA'

red 97 ◦ green 172 ◦ blue 234

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

Shades of Malibu #61ACEA

Tints of Malibu #61ACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 19.28%
G = 34.19%
B = 46.52%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#61ACEA (or 0x61ACEA) is known color: Malibu. HEX triplet: 61, AC and EA. RGB value is (97,172,234). Sum of RGB (Red+Green+Blue) = 97+172+234=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #61ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACEA is #9E5315. Grayscale: #9C9C9C. Windows color (decimal): -10375958 or 15379553. OLE color: 15379553.

HSL color Cylindrical-coordinate representation of color #61ACEA: hue angle of 207.15º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ACEA is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 172 234 -
CMYK 0.59 0.26 0 0.08
HSL 207.15º 0.77% 0.65% -
HSV(B) 207.15º 0.59% 0.92% -
XYZ 34.53 37.99 83.35 -
YUV 156.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 97 172 234 0.59 0.26 0 0.08 207.15 0.77 0.65
Hex 61 AC EA 3B 1A 0 8 CF 4D 41
Octal 141 254 352 73 32 0 10 317 115 101
Binary 1100001 10101100 11101010 111011 11010 0 1000 11001111 1001101 1000001

Color Harmonies of #61ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ACEA

Black with #61ACEA

Text Example


Text Example

White with #61ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,172,234); }

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

background-color css

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

 a { background-color: rgb(97,172,234); }

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

border-color css

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

 span { border-color: rgb(97,172,234); }

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