Html Css Color HEX #65B4B2 Fountain Blue

📋 copy color: '#65B4B2'

red 101 ◦ green 180 ◦ blue 178

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

Shades of Fountain Blue #65B4B2

Tints of Fountain Blue #65B4B2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.22%

 BLUE value IS 178 (69.92% from 255) = 38.78%

R = 22%
G = 39.22%
B = 38.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#65B4B2 (or 0x65B4B2) is known color: Fountain Blue. HEX triplet: 65, B4 and B2. RGB value is (101,180,178). Sum of RGB (Red+Green+Blue) = 101+180+178=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #65B4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B4B2 is #9A4B4D. Grayscale: #9C9C9C. Windows color (decimal): -10111822 or 11711589. OLE color: 11711589.

HSL color Cylindrical-coordinate representation of color #65B4B2: hue angle of 178.48º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B4B2 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 180 178 -
CMYK 0.44 0 0.01 0.29
HSL 178.48º 0.34% 0.55% -
HSV(B) 178.48º 0.44% 0.71% -
XYZ 29.72 38.62 48.01 -
YUV 156.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 101 180 178 0.44 0 0.01 0.29 178.48 0.34 0.55
Hex 65 B4 B2 2C 0 1 1D B2 22 37
Octal 145 264 262 54 0 1 35 262 42 67
Binary 1100101 10110100 10110010 101100 0 1 11101 10110010 100010 110111

Color Harmonies of #65B4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B4B2

Black with #65B4B2

Text Example


Text Example

White with #65B4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,180,178); }

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

background-color css

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

 a { background-color: rgb(101,180,178); }

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

border-color css

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

 span { border-color: rgb(101,180,178); }

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