Html Css Color HEX #60C1E2 Malibu

📋 copy color: '#60C1E2'

red 96 ◦ green 193 ◦ blue 226

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

Shades of Malibu #60C1E2

Tints of Malibu #60C1E2

RGB

 RED value IS 96 (37.89% from 255) = 18.64%

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

 BLUE value IS 226 (88.67% from 255) = 43.88%

R = 18.64%
G = 37.48%
B = 43.88%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#60C1E2 (or 0x60C1E2) is known color: Malibu. HEX triplet: 60, C1 and E2. RGB value is (96,193,226). Sum of RGB (Red+Green+Blue) = 96+193+226=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 226 - color contains mainly: blue. Hex color #60C1E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C1E2 is #9F3E1D. Grayscale: #A7A7A7. Windows color (decimal): -10436126 or 14860640. OLE color: 14860640.

HSL color Cylindrical-coordinate representation of color #60C1E2: hue angle of 195.23º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60C1E2 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 96 193 226 -
CMYK 0.58 0.15 0 0.11
HSL 195.23º 0.69% 0.63% -
HSV(B) 195.23º 0.58% 0.89% -
XYZ 37.62 46.12 78.87 -
YUV 167.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 96 193 226 0.58 0.15 0 0.11 195.23 0.69 0.63
Hex 60 C1 E2 3A F 0 B C3 45 3F
Octal 140 301 342 72 17 0 13 303 105 77
Binary 1100000 11000001 11100010 111010 1111 0 1011 11000011 1000101 111111

Color Harmonies of #60C1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C1E2

Black with #60C1E2

Text Example


Text Example

White with #60C1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60C1E2; }

 p { color: rgb(96,193,226); }

 H1.HeaderClassName
 {
   color: #60C1E2;
 }
 .AnyTagClassName
 {
   color: #60C1E2;
 }
</style>

background-color css

<style>
 a { background-color: #60C1E2; }

 a { background-color: rgb(96,193,226); }

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

border-color css

<style>
 span { border-color: #60C1E2; }

 span { border-color: rgb(96,193,226); }

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