Html Css Color HEX #69BEBE Fountain Blue

📋 copy color: '#69BEBE'

red 105 ◦ green 190 ◦ blue 190

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

Shades of Fountain Blue #69BEBE

Tints of Fountain Blue #69BEBE

RGB

 RED value IS 105 (41.41% from 255) = 21.65%

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

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 21.65%
G = 39.18%
B = 39.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#69BEBE (or 0x69BEBE) is known color: Fountain Blue. HEX triplet: 69, BE and BE. RGB value is (105,190,190). Sum of RGB (Red+Green+Blue) = 105+190+190=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #69BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BEBE is #964141. Grayscale: #A4A4A4. Windows color (decimal): -9847106 or 12500585. OLE color: 12500585.

HSL color Cylindrical-coordinate representation of color #69BEBE: hue angle of 180º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BEBE is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 190 190 -
CMYK 0.45 0 0 0.25
HSL 180º 0.4% 0.58% -
HSV(B) 180º 0.45% 0.75% -
XYZ 33.53 43.55 55.35 -
YUV 164.59 142.34 85.5 -
System Red Green Blue C M Y K H S L
Decimal 105 190 190 0.45 0 0 0.25 180 0.4 0.58
Hex 69 BE BE 2D 0 0 19 B4 28 3A
Octal 151 276 276 55 0 0 31 264 50 72
Binary 1101001 10111110 10111110 101101 0 0 11001 10110100 101000 111010

Color Harmonies of #69BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BEBE

Black with #69BEBE

Text Example


Text Example

White with #69BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69BEBE; }

 p { color: rgb(105,190,190); }

 H1.HeaderClassName
 {
   color: #69BEBE;
 }
 .AnyTagClassName
 {
   color: #69BEBE;
 }
</style>

background-color css

<style>
 a { background-color: #69BEBE; }

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

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

border-color css

<style>
 span { border-color: #69BEBE; }

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

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