Html Css Color HEX #65AFBC Fountain Blue

📋 copy color: '#65AFBC'

red 101 ◦ green 175 ◦ blue 188

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

Shades of Fountain Blue #65AFBC

Tints of Fountain Blue #65AFBC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.72%

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 21.77%
G = 37.72%
B = 40.52%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#65AFBC (or 0x65AFBC) is known color: Fountain Blue. HEX triplet: 65, AF and BC. RGB value is (101,175,188). Sum of RGB (Red+Green+Blue) = 101+175+188=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #65AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFBC is #9A5043. Grayscale: #9A9A9A. Windows color (decimal): -10113092 or 12365669. OLE color: 12365669.

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

Color convert

RGB 101 175 188 -
CMYK 0.46 0.07 0 0.26
HSL 188.97º 0.39% 0.57% -
HSV(B) 188.97º 0.46% 0.74% -
XYZ 29.77 37.06 53.16 -
YUV 154.36 146.98 89.94 -
System Red Green Blue C M Y K H S L
Decimal 101 175 188 0.46 0.07 0 0.26 188.97 0.39 0.57
Hex 65 AF BC 2E 7 0 1A BD 27 39
Octal 145 257 274 56 7 0 32 275 47 71
Binary 1100101 10101111 10111100 101110 111 0 11010 10111101 100111 111001

Color Harmonies of #65AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AFBC

Black with #65AFBC

Text Example


Text Example

White with #65AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,175,188); }

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

background-color css

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

 a { background-color: rgb(101,175,188); }

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

border-color css

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

 span { border-color: rgb(101,175,188); }

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