Html Css Color HEX #62B4BD Fountain Blue

📋 copy color: '#62B4BD'

red 98 ◦ green 180 ◦ blue 189

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

Shades of Fountain Blue #62B4BD

Tints of Fountain Blue #62B4BD

RGB

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

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

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

R = 20.99%
G = 38.54%
B = 40.47%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#62B4BD (or 0x62B4BD) is known color: Fountain Blue. HEX triplet: 62, B4 and BD. RGB value is (98,180,189). Sum of RGB (Red+Green+Blue) = 98+180+189=467 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.99% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #62B4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B4BD is #9D4B42. Grayscale: #9C9C9C. Windows color (decimal): -10308419 or 12432482. OLE color: 12432482.

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

Color convert

RGB 98 180 189 -
CMYK 0.48 0.05 0 0.26
HSL 185.93º 0.41% 0.56% -
HSV(B) 185.93º 0.48% 0.74% -
XYZ 30.54 38.91 54.05 -
YUV 156.51 146.33 86.27 -
System Red Green Blue C M Y K H S L
Decimal 98 180 189 0.48 0.05 0 0.26 185.93 0.41 0.56
Hex 62 B4 BD 30 5 0 1A BA 29 38
Octal 142 264 275 60 5 0 32 272 51 70
Binary 1100010 10110100 10111101 110000 101 0 11010 10111010 101001 111000

Color Harmonies of #62B4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B4BD

Black with #62B4BD

Text Example


Text Example

White with #62B4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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