Html Css Color HEX #65ABBD Fountain Blue

📋 copy color: '#65ABBD'

red 101 ◦ green 171 ◦ blue 189

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

Shades of Fountain Blue #65ABBD

Tints of Fountain Blue #65ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 21.91%
G = 37.09%
B = 41%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#65ABBD (or 0x65ABBD) is known color: Fountain Blue. HEX triplet: 65, AB and BD. RGB value is (101,171,189). Sum of RGB (Red+Green+Blue) = 101+171+189=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #65ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABBD is #9A5442. Grayscale: #979797. Windows color (decimal): -10114115 or 12430181. OLE color: 12430181.

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

Color convert

RGB 101 171 189 -
CMYK 0.47 0.10 0 0.26
HSL 192.27º 0.4% 0.57% -
HSV(B) 192.27º 0.47% 0.74% -
XYZ 29.12 35.57 53.47 -
YUV 152.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 101 171 189 0.47 0.10 0 0.26 192.27 0.4 0.57
Hex 65 AB BD 2F A 0 1A C0 28 39
Octal 145 253 275 57 12 0 32 300 50 71
Binary 1100101 10101011 10111101 101111 1010 0 11010 11000000 101000 111001

Color Harmonies of #65ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ABBD

Black with #65ABBD

Text Example


Text Example

White with #65ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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