Html Css Color HEX #60B7EA Malibu

📋 copy color: '#60B7EA'

red 96 ◦ green 183 ◦ blue 234

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

Shades of Malibu #60B7EA

Tints of Malibu #60B7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.67%

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

R = 18.71%
G = 35.67%
B = 45.61%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60B7EA (or 0x60B7EA) is known color: Malibu. HEX triplet: 60, B7 and EA. RGB value is (96,183,234). Sum of RGB (Red+Green+Blue) = 96+183+234=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #60B7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B7EA is #9F4815. Grayscale: #A2A2A2. Windows color (decimal): -10438678 or 15382368. OLE color: 15382368.

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

Color convert

RGB 96 183 234 -
CMYK 0.59 0.22 0 0.08
HSL 202.17º 0.77% 0.65% -
HSV(B) 202.17º 0.59% 0.92% -
XYZ 36.61 42.29 84.08 -
YUV 162.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 96 183 234 0.59 0.22 0 0.08 202.17 0.77 0.65
Hex 60 B7 EA 3B 16 0 8 CA 4D 41
Octal 140 267 352 73 26 0 10 312 115 101
Binary 1100000 10110111 11101010 111011 10110 0 1000 11001010 1001101 1000001

Color Harmonies of #60B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B7EA

Black with #60B7EA

Text Example


Text Example

White with #60B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,183,234); }

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

background-color css

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

 a { background-color: rgb(96,183,234); }

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

border-color css

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

 span { border-color: rgb(96,183,234); }

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