Html Css Color HEX #62BDC0 Fountain Blue

📋 copy color: '#62BDC0'

red 98 ◦ green 189 ◦ blue 192

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

Shades of Fountain Blue #62BDC0

Tints of Fountain Blue #62BDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 20.46%
G = 39.46%
B = 40.08%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#62BDC0 (or 0x62BDC0) is known color: Fountain Blue. HEX triplet: 62, BD and C0. RGB value is (98,189,192). Sum of RGB (Red+Green+Blue) = 98+189+192=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #62BDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BDC0 is #9D423F. Grayscale: #A2A2A2. Windows color (decimal): -10306112 or 12631394. OLE color: 12631394.

HSL color Cylindrical-coordinate representation of color #62BDC0: hue angle of 181.91º degrees, saturation: 0.43, 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 #62BDC0 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 189 192 -
CMYK 0.49 0.02 0 0.25
HSL 181.91º 0.43% 0.57% -
HSV(B) 181.91º 0.49% 0.75% -
XYZ 32.75 42.8 56.4 -
YUV 162.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 98 189 192 0.49 0.02 0 0.25 181.91 0.43 0.57
Hex 62 BD C0 31 2 0 19 B6 2B 39
Octal 142 275 300 61 2 0 31 266 53 71
Binary 1100010 10111101 11000000 110001 10 0 11001 10110110 101011 111001

Color Harmonies of #62BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BDC0

Black with #62BDC0

Text Example


Text Example

White with #62BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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