Html Css Color HEX #65ADC0 Fountain Blue

📋 copy color: '#65ADC0'

red 101 ◦ green 173 ◦ blue 192

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

Shades of Fountain Blue #65ADC0

Tints of Fountain Blue #65ADC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 21.67%
G = 37.12%
B = 41.2%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#65ADC0 (or 0x65ADC0) is known color: Fountain Blue. HEX triplet: 65, AD and C0. RGB value is (101,173,192). Sum of RGB (Red+Green+Blue) = 101+173+192=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #65ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADC0 is #9A523F. Grayscale: #999999. Windows color (decimal): -10113600 or 12627301. OLE color: 12627301.

HSL color Cylindrical-coordinate representation of color #65ADC0: hue angle of 192.53º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65ADC0 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 173 192 -
CMYK 0.47 0.10 0 0.25
HSL 192.53º 0.42% 0.57% -
HSV(B) 192.53º 0.47% 0.75% -
XYZ 29.82 36.46 55.33 -
YUV 153.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 101 173 192 0.47 0.10 0 0.25 192.53 0.42 0.57
Hex 65 AD C0 2F A 0 19 C1 2A 39
Octal 145 255 300 57 12 0 31 301 52 71
Binary 1100101 10101101 11000000 101111 1010 0 11001 11000001 101010 111001

Color Harmonies of #65ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADC0

Black with #65ADC0

Text Example


Text Example

White with #65ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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