Html Css Color HEX #61B2EA Malibu

📋 copy color: '#61B2EA'

red 97 ◦ green 178 ◦ blue 234

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

Shades of Malibu #61B2EA

Tints of Malibu #61B2EA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.97%

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

R = 19.06%
G = 34.97%
B = 45.97%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#61B2EA (or 0x61B2EA) is known color: Malibu. HEX triplet: 61, B2 and EA. RGB value is (97,178,234). Sum of RGB (Red+Green+Blue) = 97+178+234=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #61B2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61B2EA is #9E4D15. Grayscale: #9F9F9F. Windows color (decimal): -10374422 or 15381089. OLE color: 15381089.

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

Color convert

RGB 97 178 234 -
CMYK 0.59 0.24 0 0.08
HSL 204.53º 0.77% 0.65% -
HSV(B) 204.53º 0.59% 0.92% -
XYZ 35.7 40.32 83.74 -
YUV 160.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 97 178 234 0.59 0.24 0 0.08 204.53 0.77 0.65
Hex 61 B2 EA 3B 18 0 8 CD 4D 41
Octal 141 262 352 73 30 0 10 315 115 101
Binary 1100001 10110010 11101010 111011 11000 0 1000 11001101 1001101 1000001

Color Harmonies of #61B2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B2EA

Black with #61B2EA

Text Example


Text Example

White with #61B2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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