Html Css Color HEX #65A9B6 Fountain Blue

📋 copy color: '#65A9B6'

red 101 ◦ green 169 ◦ blue 182

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

Shades of Fountain Blue #65A9B6

Tints of Fountain Blue #65A9B6

RGB

 RED value IS 101 (39.84% from 255) = 22.35%

 GREEN value IS 169 (66.41% from 255) = 37.39%

 BLUE value IS 182 (71.48% from 255) = 40.27%

R = 22.35%
G = 37.39%
B = 40.27%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#65A9B6 (or 0x65A9B6) is known color: Fountain Blue. HEX triplet: 65, A9 and B6. RGB value is (101,169,182). Sum of RGB (Red+Green+Blue) = 101+169+182=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 182 - color contains mainly: blue. Hex color #65A9B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A9B6 is #9A5649. Grayscale: #969696. Windows color (decimal): -10114634 or 11970917. OLE color: 11970917.

HSL color Cylindrical-coordinate representation of color #65A9B6: hue angle of 189.63º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65A9B6 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 169 182 -
CMYK 0.45 0.07 0 0.29
HSL 189.63º 0.36% 0.55% -
HSV(B) 189.63º 0.45% 0.71% -
XYZ 28 34.52 49.44 -
YUV 150.15 145.97 92.94 -
System Red Green Blue C M Y K H S L
Decimal 101 169 182 0.45 0.07 0 0.29 189.63 0.36 0.55
Hex 65 A9 B6 2D 7 0 1D BE 24 37
Octal 145 251 266 55 7 0 35 276 44 67
Binary 1100101 10101001 10110110 101101 111 0 11101 10111110 100100 110111

Color Harmonies of #65A9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A9B6

Black with #65A9B6

Text Example


Text Example

White with #65A9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65A9B6; }

 p { color: rgb(101,169,182); }

 H1.HeaderClassName
 {
   color: #65A9B6;
 }
 .AnyTagClassName
 {
   color: #65A9B6;
 }
</style>

background-color css

<style>
 a { background-color: #65A9B6; }

 a { background-color: rgb(101,169,182); }

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

border-color css

<style>
 span { border-color: #65A9B6; }

 span { border-color: rgb(101,169,182); }

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