Html Css Color HEX #65BBBA Fountain Blue

📋 copy color: '#65BBBA'

red 101 ◦ green 187 ◦ blue 186

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

Shades of Fountain Blue #65BBBA

Tints of Fountain Blue #65BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.45%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 21.31%
G = 39.45%
B = 39.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#65BBBA (or 0x65BBBA) is known color: Fountain Blue. HEX triplet: 65, BB and BA. RGB value is (101,187,186). Sum of RGB (Red+Green+Blue) = 101+187+186=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #65BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBBA is #9A4445. Grayscale: #A1A1A1. Windows color (decimal): -10110022 or 12237669. OLE color: 12237669.

HSL color Cylindrical-coordinate representation of color #65BBBA: hue angle of 179.3º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BBBA is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 187 186 -
CMYK 0.46 0 0.01 0.27
HSL 179.3º 0.39% 0.56% -
HSV(B) 179.3º 0.46% 0.73% -
XYZ 32 41.85 52.85 -
YUV 161.17 142.01 85.08 -
System Red Green Blue C M Y K H S L
Decimal 101 187 186 0.46 0 0.01 0.27 179.3 0.39 0.56
Hex 65 BB BA 2E 0 1 1B B3 27 38
Octal 145 273 272 56 0 1 33 263 47 70
Binary 1100101 10111011 10111010 101110 0 1 11011 10110011 100111 111000

Color Harmonies of #65BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BBBA

Black with #65BBBA

Text Example


Text Example

White with #65BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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