Html Css Color HEX #65B2C0 Fountain Blue

📋 copy color: '#65B2C0'

red 101 ◦ green 178 ◦ blue 192

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

Shades of Fountain Blue #65B2C0

Tints of Fountain Blue #65B2C0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.79%

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 21.44%
G = 37.79%
B = 40.76%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#65B2C0 (or 0x65B2C0) is known color: Fountain Blue. HEX triplet: 65, B2 and C0. RGB value is (101,178,192). Sum of RGB (Red+Green+Blue) = 101+178+192=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #65B2C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B2C0 is #9A4D3F. Grayscale: #9C9C9C. Windows color (decimal): -10112320 or 12628581. OLE color: 12628581.

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

Color convert

RGB 101 178 192 -
CMYK 0.47 0.07 0 0.25
HSL 189.23º 0.42% 0.57% -
HSV(B) 189.23º 0.47% 0.75% -
XYZ 30.8 38.41 55.66 -
YUV 156.57 147.99 88.36 -
System Red Green Blue C M Y K H S L
Decimal 101 178 192 0.47 0.07 0 0.25 189.23 0.42 0.57
Hex 65 B2 C0 2F 7 0 19 BD 2A 39
Octal 145 262 300 57 7 0 31 275 52 71
Binary 1100101 10110010 11000000 101111 111 0 11001 10111101 101010 111001

Color Harmonies of #65B2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B2C0

Black with #65B2C0

Text Example


Text Example

White with #65B2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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