Html Css Color HEX #65AABC Fountain Blue

📋 copy color: '#65AABC'

red 101 ◦ green 170 ◦ blue 188

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

Shades of Fountain Blue #65AABC

Tints of Fountain Blue #65AABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.04%

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 22%
G = 37.04%
B = 40.96%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#65AABC (or 0x65AABC) is known color: Fountain Blue. HEX triplet: 65, AA and BC. RGB value is (101,170,188). Sum of RGB (Red+Green+Blue) = 101+170+188=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #65AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AABC is #9A5543. Grayscale: #979797. Windows color (decimal): -10114372 or 12364389. OLE color: 12364389.

HSL color Cylindrical-coordinate representation of color #65AABC: hue angle of 192.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65AABC is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 170 188 -
CMYK 0.46 0.10 0 0.26
HSL 192.41º 0.39% 0.57% -
HSV(B) 192.41º 0.46% 0.74% -
XYZ 28.82 35.15 52.84 -
YUV 151.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 101 170 188 0.46 0.10 0 0.26 192.41 0.39 0.57
Hex 65 AA BC 2E A 0 1A C0 27 39
Octal 145 252 274 56 12 0 32 300 47 71
Binary 1100101 10101010 10111100 101110 1010 0 11010 11000000 100111 111001

Color Harmonies of #65AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AABC

Black with #65AABC

Text Example


Text Example

White with #65AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,170,188); }

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

background-color css

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

 a { background-color: rgb(101,170,188); }

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

border-color css

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

 span { border-color: rgb(101,170,188); }

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