Html Css Color HEX #65B0BD Fountain Blue

📋 copy color: '#65B0BD'

red 101 ◦ green 176 ◦ blue 189

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

Shades of Fountain Blue #65B0BD

Tints of Fountain Blue #65B0BD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.77%

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

R = 21.67%
G = 37.77%
B = 40.56%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#65B0BD (or 0x65B0BD) is known color: Fountain Blue. HEX triplet: 65, B0 and BD. RGB value is (101,176,189). Sum of RGB (Red+Green+Blue) = 101+176+189=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #65B0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B0BD is #9A4F42. Grayscale: #9A9A9A. Windows color (decimal): -10112835 or 12431461. OLE color: 12431461.

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

Color convert

RGB 101 176 189 -
CMYK 0.47 0.07 0 0.26
HSL 188.86º 0.4% 0.57% -
HSV(B) 188.86º 0.47% 0.74% -
XYZ 30.08 37.49 53.8 -
YUV 155.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 101 176 189 0.47 0.07 0 0.26 188.86 0.4 0.57
Hex 65 B0 BD 2F 7 0 1A BD 28 39
Octal 145 260 275 57 7 0 32 275 50 71
Binary 1100101 10110000 10111101 101111 111 0 11010 10111101 101000 111001

Color Harmonies of #65B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B0BD

Black with #65B0BD

Text Example


Text Example

White with #65B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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