Html Css Color HEX #61C2EB Malibu

📋 copy color: '#61C2EB'

red 97 ◦ green 194 ◦ blue 235

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

Shades of Malibu #61C2EB

Tints of Malibu #61C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.88%

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 18.44%
G = 36.88%
B = 44.68%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#61C2EB (or 0x61C2EB) is known color: Malibu. HEX triplet: 61, C2 and EB. RGB value is (97,194,235). Sum of RGB (Red+Green+Blue) = 97+194+235=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #61C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C2EB is #9E3D14. Grayscale: #A9A9A9. Windows color (decimal): -10370325 or 15450721. OLE color: 15450721.

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

Color convert

RGB 97 194 235 -
CMYK 0.59 0.17 0 0.08
HSL 197.83º 0.78% 0.65% -
HSV(B) 197.83º 0.59% 0.92% -
XYZ 39.22 47.12 85.63 -
YUV 169.67 164.86 76.17 -
System Red Green Blue C M Y K H S L
Decimal 97 194 235 0.59 0.17 0 0.08 197.83 0.78 0.65
Hex 61 C2 EB 3B 11 0 8 C6 4E 41
Octal 141 302 353 73 21 0 10 306 116 101
Binary 1100001 11000010 11101011 111011 10001 0 1000 11000110 1001110 1000001

Color Harmonies of #61C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C2EB

Black with #61C2EB

Text Example


Text Example

White with #61C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,194,235); }

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

background-color css

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

 a { background-color: rgb(97,194,235); }

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

border-color css

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

 span { border-color: rgb(97,194,235); }

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