Html Css Color HEX #65ADB7 Fountain Blue

📋 copy color: '#65ADB7'

red 101 ◦ green 173 ◦ blue 183

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

Shades of Fountain Blue #65ADB7

Tints of Fountain Blue #65ADB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.04%

R = 22.1%
G = 37.86%
B = 40.04%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#65ADB7 (or 0x65ADB7) is known color: Fountain Blue. HEX triplet: 65, AD and B7. RGB value is (101,173,183). Sum of RGB (Red+Green+Blue) = 101+173+183=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 183 - color contains mainly: blue. Hex color #65ADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADB7 is #9A5248. Grayscale: #989898. Windows color (decimal): -10113609 or 12037477. OLE color: 12037477.

HSL color Cylindrical-coordinate representation of color #65ADB7: hue angle of 187.32º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65ADB7 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 101 173 183 -
CMYK 0.45 0.05 0 0.28
HSL 187.32º 0.36% 0.56% -
HSV(B) 187.32º 0.45% 0.72% -
XYZ 28.86 36.07 50.24 -
YUV 152.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 101 173 183 0.45 0.05 0 0.28 187.32 0.36 0.56
Hex 65 AD B7 2D 5 0 1C BB 24 38
Octal 145 255 267 55 5 0 34 273 44 70
Binary 1100101 10101101 10110111 101101 101 0 11100 10111011 100100 111000

Color Harmonies of #65ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADB7

Black with #65ADB7

Text Example


Text Example

White with #65ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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