Html Css Color HEX #65ABBF Fountain Blue

📋 copy color: '#65ABBF'

red 101 ◦ green 171 ◦ blue 191

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

Shades of Fountain Blue #65ABBF

Tints of Fountain Blue #65ABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

 BLUE value IS 191 (75% from 255) = 41.25%

R = 21.81%
G = 36.93%
B = 41.25%

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

#65ABBF (or 0x65ABBF) is known color: Fountain Blue. HEX triplet: 65, AB and BF. RGB value is (101,171,191). Sum of RGB (Red+Green+Blue) = 101+171+191=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #65ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABBF is #9A5440. Grayscale: #989898. Windows color (decimal): -10114113 or 12561253. OLE color: 12561253.

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

Color convert

RGB 101 171 191 -
CMYK 0.47 0.10 0 0.25
HSL 193.33º 0.41% 0.57% -
HSV(B) 193.33º 0.47% 0.75% -
XYZ 29.33 35.65 54.63 -
YUV 152.35 149.81 91.37 -
System Red Green Blue C M Y K H S L
Decimal 101 171 191 0.47 0.10 0 0.25 193.33 0.41 0.57
Hex 65 AB BF 2F A 0 19 C1 29 39
Octal 145 253 277 57 12 0 31 301 51 71
Binary 1100101 10101011 10111111 101111 1010 0 11001 11000001 101001 111001

Color Harmonies of #65ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ABBF

Black with #65ABBF

Text Example


Text Example

White with #65ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,171,191); }

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

background-color css

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

 a { background-color: rgb(101,171,191); }

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

border-color css

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

 span { border-color: rgb(101,171,191); }

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