Html Css Color HEX #69B5B4 Fountain Blue

📋 copy color: '#69B5B4'

red 105 ◦ green 181 ◦ blue 180

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

Shades of Fountain Blue #69B5B4

Tints of Fountain Blue #69B5B4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.84%

 BLUE value IS 180 (70.7% from 255) = 38.63%

R = 22.53%
G = 38.84%
B = 38.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#69B5B4 (or 0x69B5B4) is known color: Fountain Blue. HEX triplet: 69, B5 and B4. RGB value is (105,181,180). Sum of RGB (Red+Green+Blue) = 105+181+180=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #69B5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B5B4 is #964A4B. Grayscale: #9E9E9E. Windows color (decimal): -9849420 or 11842921. OLE color: 11842921.

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

Color convert

RGB 105 181 180 -
CMYK 0.42 0 0.01 0.29
HSL 179.21º 0.34% 0.56% -
HSV(B) 179.21º 0.42% 0.71% -
XYZ 30.59 39.35 49.16 -
YUV 158.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 105 181 180 0.42 0 0.01 0.29 179.21 0.34 0.56
Hex 69 B5 B4 2A 0 1 1D B3 22 38
Octal 151 265 264 52 0 1 35 263 42 70
Binary 1101001 10110101 10110100 101010 0 1 11101 10110011 100010 111000

Color Harmonies of #69B5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B5B4

Black with #69B5B4

Text Example


Text Example

White with #69B5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,181,180); }

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

background-color css

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

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

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

border-color css

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

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

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