Html Css Color HEX #69B4BF Fountain Blue

📋 copy color: '#69B4BF'

red 105 ◦ green 180 ◦ blue 191

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

Shades of Fountain Blue #69B4BF

Tints of Fountain Blue #69B4BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 22.06%
G = 37.82%
B = 40.13%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#69B4BF (or 0x69B4BF) is known color: Fountain Blue. HEX triplet: 69, B4 and BF. RGB value is (105,180,191). Sum of RGB (Red+Green+Blue) = 105+180+191=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #69B4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B4BF is #964B40. Grayscale: #9E9E9E. Windows color (decimal): -9849665 or 12563561. OLE color: 12563561.

HSL color Cylindrical-coordinate representation of color #69B4BF: hue angle of 187.67º 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 #69B4BF is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 180 191 -
CMYK 0.45 0.06 0 0.25
HSL 187.67º 0.4% 0.58% -
HSV(B) 187.67º 0.45% 0.75% -
XYZ 31.55 39.41 55.23 -
YUV 158.83 146.15 89.61 -
System Red Green Blue C M Y K H S L
Decimal 105 180 191 0.45 0.06 0 0.25 187.67 0.4 0.58
Hex 69 B4 BF 2D 6 0 19 BC 28 3A
Octal 151 264 277 55 6 0 31 274 50 72
Binary 1101001 10110100 10111111 101101 110 0 11001 10111100 101000 111010

Color Harmonies of #69B4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B4BF

Black with #69B4BF

Text Example


Text Example

White with #69B4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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