#62ABBE

Color #62ABBE Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #62ABBE

Tints of Fountain Blue #62ABBE

Color information

#62ABBE (or 0x62ABBE) is unknown color: approx Fountain Blue. HEX triplet: 62, AB and BE. RGB value is (98,171,190). Sum of RGB (Red+Green+Blue) = 98+171+190=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #62ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ABBE is #9D5441. Grayscale: #979797. Windows color (decimal): -10310722 or 12495714. OLE color: 12495714.

HSL color Cylindrical-coordinate representation of color #62ABBE: hue angle of 192.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62ABBE is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB98171190-
CMYK0.480.1000.25
HSL192.39º41.44%56.47%-
HSV(B)192.39º48.42%74.51%-
XYZ28.8935.4454.03-
YUV151.34149.8289.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.35%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=21.35%
G=37.25%
B=41.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981711900.480.1000.25192.3941.4456.47
Hex62ABBE30A019c02938
Octal14225327660120313005170
Binary11000101010101110111110110000101001100111000000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62ABBE; }

 p { color: rgb(98,171,190); }

 H1.HeaderClassName
 {
   color: #62ABBE;
 }
 .AnyTagClassName
 {
   color: #62ABBE;
 }
</style>
background-color css

<style>
 a { background-color: #62ABBE; }

 a { background-color: rgb(98,171,190); }

 div.DivClassName
 {
   background-color: #62ABBE;
 }
 .BgClassName
 {
   background-color: #62ABBE;
 }
</style>
border-color css

<style>
 span { border-color: #62ABBE; }

 span { border-color: rgb(98,171,190); }

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