Html Css Color HEX #65BABB Fountain Blue

📋 copy color: '#65BABB'

red 101 ◦ green 186 ◦ blue 187

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

Shades of Fountain Blue #65BABB

Tints of Fountain Blue #65BABB

RGB

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

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

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

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

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #65BABB: hue angle of 180.7º 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 #65BABB is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 186 187 -
CMYK 0.46 0.01 0 0.27
HSL 180.7º 0.39% 0.56% -
HSV(B) 180.7º 0.46% 0.73% -
XYZ 31.9 41.47 53.34 -
YUV 160.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 101 186 187 0.46 0.01 0 0.27 180.7 0.39 0.56
Hex 65 BA BB 2E 1 0 1B B5 27 38
Octal 145 272 273 56 1 0 33 265 47 70
Binary 1100101 10111010 10111011 101110 1 0 11011 10110101 100111 111000

Color Harmonies of #65BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BABB

Black with #65BABB

Text Example


Text Example

White with #65BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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