Html Css Color HEX #62B4BF Fountain Blue

📋 copy color: '#62B4BF'

red 98 ◦ green 180 ◦ blue 191

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

Shades of Fountain Blue #62B4BF

Tints of Fountain Blue #62B4BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.72%

R = 20.9%
G = 38.38%
B = 40.72%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#62B4BF (or 0x62B4BF) is known color: Fountain Blue. HEX triplet: 62, B4 and BF. RGB value is (98,180,191). Sum of RGB (Red+Green+Blue) = 98+180+191=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #62B4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B4BF is #9D4B40. Grayscale: #9C9C9C. Windows color (decimal): -10308417 or 12563554. OLE color: 12563554.

HSL color Cylindrical-coordinate representation of color #62B4BF: hue angle of 187.1º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62B4BF is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 180 191 -
CMYK 0.49 0.06 0 0.25
HSL 187.1º 0.42% 0.57% -
HSV(B) 187.1º 0.49% 0.75% -
XYZ 30.76 39 55.2 -
YUV 156.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 98 180 191 0.49 0.06 0 0.25 187.1 0.42 0.57
Hex 62 B4 BF 31 6 0 19 BB 2A 39
Octal 142 264 277 61 6 0 31 273 52 71
Binary 1100010 10110100 10111111 110001 110 0 11001 10111011 101010 111001

Color Harmonies of #62B4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B4BF

Black with #62B4BF

Text Example


Text Example

White with #62B4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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