Html Css Color HEX #62B6BD Fountain Blue

📋 copy color: '#62B6BD'

red 98 ◦ green 182 ◦ blue 189

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

Shades of Fountain Blue #62B6BD

Tints of Fountain Blue #62B6BD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.81%

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

R = 20.9%
G = 38.81%
B = 40.3%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#62B6BD (or 0x62B6BD) is known color: Fountain Blue. HEX triplet: 62, B6 and BD. RGB value is (98,182,189). Sum of RGB (Red+Green+Blue) = 98+182+189=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #62B6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B6BD is #9D4942. Grayscale: #9D9D9D. Windows color (decimal): -10307907 or 12432994. OLE color: 12432994.

HSL color Cylindrical-coordinate representation of color #62B6BD: hue angle of 184.62º 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 #62B6BD is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 182 189 -
CMYK 0.48 0.04 0 0.26
HSL 184.62º 0.41% 0.56% -
HSV(B) 184.62º 0.48% 0.74% -
XYZ 30.95 39.73 54.18 -
YUV 157.68 145.67 85.43 -
System Red Green Blue C M Y K H S L
Decimal 98 182 189 0.48 0.04 0 0.26 184.62 0.41 0.56
Hex 62 B6 BD 30 4 0 1A B9 29 38
Octal 142 266 275 60 4 0 32 271 51 70
Binary 1100010 10110110 10111101 110000 100 0 11010 10111001 101001 111000

Color Harmonies of #62B6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B6BD

Black with #62B6BD

Text Example


Text Example

White with #62B6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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