Html Css Color HEX #65BEC0 Fountain Blue

📋 copy color: '#65BEC0'

red 101 ◦ green 190 ◦ blue 192

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

Shades of Fountain Blue #65BEC0

Tints of Fountain Blue #65BEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.34%

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

R = 20.91%
G = 39.34%
B = 39.75%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#65BEC0 (or 0x65BEC0) is known color: Fountain Blue. HEX triplet: 65, BE and C0. RGB value is (101,190,192). Sum of RGB (Red+Green+Blue) = 101+190+192=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #65BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BEC0 is #9A413F. Grayscale: #A3A3A3. Windows color (decimal): -10109248 or 12631653. OLE color: 12631653.

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

Color convert

RGB 101 190 192 -
CMYK 0.47 0.01 0 0.25
HSL 181.32º 0.42% 0.57% -
HSV(B) 181.32º 0.47% 0.75% -
XYZ 33.29 43.4 56.49 -
YUV 163.62 144.01 83.34 -
System Red Green Blue C M Y K H S L
Decimal 101 190 192 0.47 0.01 0 0.25 181.32 0.42 0.57
Hex 65 BE C0 2F 1 0 19 B5 2A 39
Octal 145 276 300 57 1 0 31 265 52 71
Binary 1100101 10111110 11000000 101111 1 0 11001 10110101 101010 111001

Color Harmonies of #65BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BEC0

Black with #65BEC0

Text Example


Text Example

White with #65BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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