Html Css Color HEX #65ADB2 Fountain Blue

📋 copy color: '#65ADB2'

red 101 ◦ green 173 ◦ blue 178

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

Shades of Fountain Blue #65ADB2

Tints of Fountain Blue #65ADB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 22.35%
G = 38.27%
B = 39.38%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#65ADB2 (or 0x65ADB2) is known color: Fountain Blue. HEX triplet: 65, AD and B2. RGB value is (101,173,178). Sum of RGB (Red+Green+Blue) = 101+173+178=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 178 - color contains mainly: blue. Hex color #65ADB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ADB2 is #9A524D. Grayscale: #979797. Windows color (decimal): -10113614 or 11709797. OLE color: 11709797.

HSL color Cylindrical-coordinate representation of color #65ADB2: hue angle of 183.9º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65ADB2 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 101 173 178 -
CMYK 0.43 0.03 0 0.30
HSL 183.9º 0.33% 0.55% -
HSV(B) 183.9º 0.43% 0.7% -
XYZ 28.35 35.87 47.55 -
YUV 152.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 101 173 178 0.43 0.03 0 0.30 183.9 0.33 0.55
Hex 65 AD B2 2B 3 0 1E B8 21 37
Octal 145 255 262 53 3 0 36 270 41 67
Binary 1100101 10101101 10110010 101011 11 0 11110 10111000 100001 110111

Color Harmonies of #65ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADB2

Black with #65ADB2

Text Example


Text Example

White with #65ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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