Html Css Color HEX #61A8E9 Malibu

📋 copy color: '#61A8E9'

red 97 ◦ green 168 ◦ blue 233

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

Shades of Malibu #61A8E9

Tints of Malibu #61A8E9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

 BLUE value IS 233 (91.41% from 255) = 46.79%

R = 19.48%
G = 33.73%
B = 46.79%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#61A8E9 (or 0x61A8E9) is known color: Malibu. HEX triplet: 61, A8 and E9. RGB value is (97,168,233). Sum of RGB (Red+Green+Blue) = 97+168+233=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #61A8E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A8E9 is #9E5716. Grayscale: #999999. Windows color (decimal): -10376983 or 15312993. OLE color: 15312993.

HSL color Cylindrical-coordinate representation of color #61A8E9: hue angle of 208.68º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61A8E9 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 168 233 -
CMYK 0.58 0.28 0 0.09
HSL 208.68º 0.76% 0.65% -
HSV(B) 208.68º 0.58% 0.91% -
XYZ 33.64 36.43 82.35 -
YUV 154.18 172.48 87.21 -
System Red Green Blue C M Y K H S L
Decimal 97 168 233 0.58 0.28 0 0.09 208.68 0.76 0.65
Hex 61 A8 E9 3A 1C 0 9 D1 4C 41
Octal 141 250 351 72 34 0 11 321 114 101
Binary 1100001 10101000 11101001 111010 11100 0 1001 11010001 1001100 1000001

Color Harmonies of #61A8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A8E9

Black with #61A8E9

Text Example


Text Example

White with #61A8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,168,233); }

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

background-color css

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

 a { background-color: rgb(97,168,233); }

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

border-color css

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

 span { border-color: rgb(97,168,233); }

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