Html Css Color HEX #62B4B1 Fountain Blue

📋 copy color: '#62B4B1'

red 98 ◦ green 180 ◦ blue 177

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

Shades of Fountain Blue #62B4B1

Tints of Fountain Blue #62B4B1

RGB

 RED value IS 98 (38.67% from 255) = 21.54%

 GREEN value IS 180 (70.7% from 255) = 39.56%

 BLUE value IS 177 (69.53% from 255) = 38.9%

R = 21.54%
G = 39.56%
B = 38.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#62B4B1 (or 0x62B4B1) is known color: Fountain Blue. HEX triplet: 62, B4 and B1. RGB value is (98,180,177). Sum of RGB (Red+Green+Blue) = 98+180+177=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #62B4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B4B1 is #9D4B4E. Grayscale: #9B9B9B. Windows color (decimal): -10308431 or 11646050. OLE color: 11646050.

HSL color Cylindrical-coordinate representation of color #62B4B1: hue angle of 177.8º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62B4B1 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 98 180 177 -
CMYK 0.46 0 0.02 0.29
HSL 177.8º 0.35% 0.55% -
HSV(B) 177.8º 0.46% 0.71% -
XYZ 29.29 38.41 47.47 -
YUV 155.14 140.33 87.24 -
System Red Green Blue C M Y K H S L
Decimal 98 180 177 0.46 0 0.02 0.29 177.8 0.35 0.55
Hex 62 B4 B1 2E 0 2 1D B2 23 37
Octal 142 264 261 56 0 2 35 262 43 67
Binary 1100010 10110100 10110001 101110 0 10 11101 10110010 100011 110111

Color Harmonies of #62B4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B4B1

Black with #62B4B1

Text Example


Text Example

White with #62B4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,180,177); }

 H1.HeaderClassName
 {
   color: #62B4B1;
 }
 .AnyTagClassName
 {
   color: #62B4B1;
 }
</style>

background-color css

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

 a { background-color: rgb(98,180,177); }

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

border-color css

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

 span { border-color: rgb(98,180,177); }

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