Html Css Color HEX #61C9EA Malibu

📋 copy color: '#61C9EA'

red 97 ◦ green 201 ◦ blue 234

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

Shades of Malibu #61C9EA

Tints of Malibu #61C9EA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.78%

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

R = 18.23%
G = 37.78%
B = 43.98%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#61C9EA (or 0x61C9EA) is known color: Malibu. HEX triplet: 61, C9 and EA. RGB value is (97,201,234). Sum of RGB (Red+Green+Blue) = 97+201+234=532 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.23% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #61C9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C9EA is #9E3615. Grayscale: #ADADAD. Windows color (decimal): -10368534 or 15386977. OLE color: 15386977.

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

Color convert

RGB 97 201 234 -
CMYK 0.59 0.14 0 0.08
HSL 194.45º 0.77% 0.65% -
HSV(B) 194.45º 0.59% 0.92% -
XYZ 40.67 50.26 85.4 -
YUV 173.67 162.04 73.32 -
System Red Green Blue C M Y K H S L
Decimal 97 201 234 0.59 0.14 0 0.08 194.45 0.77 0.65
Hex 61 C9 EA 3B E 0 8 C2 4D 41
Octal 141 311 352 73 16 0 10 302 115 101
Binary 1100001 11001001 11101010 111011 1110 0 1000 11000010 1001101 1000001

Color Harmonies of #61C9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C9EA

Black with #61C9EA

Text Example


Text Example

White with #61C9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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