Html Css Color HEX #65ADBA Fountain Blue

📋 copy color: '#65ADBA'

red 101 ◦ green 173 ◦ blue 186

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

Shades of Fountain Blue #65ADBA

Tints of Fountain Blue #65ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.61%

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 21.96%
G = 37.61%
B = 40.43%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#65ADBA (or 0x65ADBA) is known color: Fountain Blue. HEX triplet: 65, AD and BA. RGB value is (101,173,186). Sum of RGB (Red+Green+Blue) = 101+173+186=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #65ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADBA is #9A5245. Grayscale: #989898. Windows color (decimal): -10113606 or 12234085. OLE color: 12234085.

HSL color Cylindrical-coordinate representation of color #65ADBA: hue angle of 189.18º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65ADBA is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 173 186 -
CMYK 0.46 0.07 0 0.27
HSL 189.18º 0.38% 0.56% -
HSV(B) 189.18º 0.46% 0.73% -
XYZ 29.17 36.2 51.9 -
YUV 152.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 101 173 186 0.46 0.07 0 0.27 189.18 0.38 0.56
Hex 65 AD BA 2E 7 0 1B BD 26 38
Octal 145 255 272 56 7 0 33 275 46 70
Binary 1100101 10101101 10111010 101110 111 0 11011 10111101 100110 111000

Color Harmonies of #65ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADBA

Black with #65ADBA

Text Example


Text Example

White with #65ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,173,186); }

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

background-color css

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

 a { background-color: rgb(101,173,186); }

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

border-color css

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

 span { border-color: rgb(101,173,186); }

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