Html Css Color HEX #69B5BD Fountain Blue

📋 copy color: '#69B5BD'

red 105 ◦ green 181 ◦ blue 189

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

Shades of Fountain Blue #69B5BD

Tints of Fountain Blue #69B5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 22.11%
G = 38.11%
B = 39.79%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#69B5BD (or 0x69B5BD) is known color: Fountain Blue. HEX triplet: 69, B5 and BD. RGB value is (105,181,189). Sum of RGB (Red+Green+Blue) = 105+181+189=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #69B5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B5BD is #964A42. Grayscale: #9F9F9F. Windows color (decimal): -9849411 or 12432745. OLE color: 12432745.

HSL color Cylindrical-coordinate representation of color #69B5BD: hue angle of 185.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69B5BD is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 181 189 -
CMYK 0.44 0.04 0 0.26
HSL 185.71º 0.39% 0.58% -
HSV(B) 185.71º 0.44% 0.74% -
XYZ 31.53 39.73 54.15 -
YUV 159.19 144.82 89.35 -
System Red Green Blue C M Y K H S L
Decimal 105 181 189 0.44 0.04 0 0.26 185.71 0.39 0.58
Hex 69 B5 BD 2C 4 0 1A BA 27 3A
Octal 151 265 275 54 4 0 32 272 47 72
Binary 1101001 10110101 10111101 101100 100 0 11010 10111010 100111 111010

Color Harmonies of #69B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B5BD

Black with #69B5BD

Text Example


Text Example

White with #69B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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