Html Css Color HEX #62B1BD Fountain Blue

📋 copy color: '#62B1BD'

red 98 ◦ green 177 ◦ blue 189

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

Shades of Fountain Blue #62B1BD

Tints of Fountain Blue #62B1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.15%

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 21.12%
G = 38.15%
B = 40.73%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#62B1BD (or 0x62B1BD) is known color: Fountain Blue. HEX triplet: 62, B1 and BD. RGB value is (98,177,189). Sum of RGB (Red+Green+Blue) = 98+177+189=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #62B1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B1BD is #9D4E42. Grayscale: #9A9A9A. Windows color (decimal): -10309187 or 12431714. OLE color: 12431714.

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

Color convert

RGB 98 177 189 -
CMYK 0.48 0.06 0 0.26
HSL 187.91º 0.41% 0.56% -
HSV(B) 187.91º 0.48% 0.74% -
XYZ 29.94 37.72 53.85 -
YUV 154.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 98 177 189 0.48 0.06 0 0.26 187.91 0.41 0.56
Hex 62 B1 BD 30 6 0 1A BC 29 38
Octal 142 261 275 60 6 0 32 274 51 70
Binary 1100010 10110001 10111101 110000 110 0 11010 10111100 101001 111000

Color Harmonies of #62B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B1BD

Black with #62B1BD

Text Example


Text Example

White with #62B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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