Html Css Color HEX #61C1EA Malibu

📋 copy color: '#61C1EA'

red 97 ◦ green 193 ◦ blue 234

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

Shades of Malibu #61C1EA

Tints of Malibu #61C1EA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.83%

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

R = 18.51%
G = 36.83%
B = 44.66%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#61C1EA (or 0x61C1EA) is known color: Malibu. HEX triplet: 61, C1 and EA. RGB value is (97,193,234). Sum of RGB (Red+Green+Blue) = 97+193+234=524 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.51% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #61C1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C1EA is #9E3E15. Grayscale: #A8A8A8. Windows color (decimal): -10370582 or 15384929. OLE color: 15384929.

HSL color Cylindrical-coordinate representation of color #61C1EA: hue angle of 197.96º 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 #61C1EA is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 193 234 -
CMYK 0.59 0.18 0 0.08
HSL 197.96º 0.77% 0.65% -
HSV(B) 197.96º 0.59% 0.92% -
XYZ 38.85 46.62 84.79 -
YUV 168.97 164.7 76.67 -
System Red Green Blue C M Y K H S L
Decimal 97 193 234 0.59 0.18 0 0.08 197.96 0.77 0.65
Hex 61 C1 EA 3B 12 0 8 C6 4D 41
Octal 141 301 352 73 22 0 10 306 115 101
Binary 1100001 11000001 11101010 111011 10010 0 1000 11000110 1001101 1000001

Color Harmonies of #61C1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C1EA

Black with #61C1EA

Text Example


Text Example

White with #61C1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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