Html Css Color HEX #65BAC0 Fountain Blue

📋 copy color: '#65BAC0'

red 101 ◦ green 186 ◦ blue 192

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

Shades of Fountain Blue #65BAC0

Tints of Fountain Blue #65BAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

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

R = 21.09%
G = 38.83%
B = 40.08%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#65BAC0 (or 0x65BAC0) is known color: Fountain Blue. HEX triplet: 65, BA and C0. RGB value is (101,186,192). Sum of RGB (Red+Green+Blue) = 101+186+192=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #65BAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BAC0 is #9A453F. Grayscale: #A1A1A1. Windows color (decimal): -10110272 or 12630629. OLE color: 12630629.

HSL color Cylindrical-coordinate representation of color #65BAC0: hue angle of 183.96º 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 #65BAC0 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 186 192 -
CMYK 0.47 0.03 0 0.25
HSL 183.96º 0.42% 0.57% -
HSV(B) 183.96º 0.47% 0.75% -
XYZ 32.44 41.69 56.21 -
YUV 161.27 145.34 85.01 -
System Red Green Blue C M Y K H S L
Decimal 101 186 192 0.47 0.03 0 0.25 183.96 0.42 0.57
Hex 65 BA C0 2F 3 0 19 B8 2A 39
Octal 145 272 300 57 3 0 31 270 52 71
Binary 1100101 10111010 11000000 101111 11 0 11001 10111000 101010 111001

Color Harmonies of #65BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BAC0

Black with #65BAC0

Text Example


Text Example

White with #65BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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