Html Css Color HEX #69B0B3 Fountain Blue

📋 copy color: '#69B0B3'

red 105 ◦ green 176 ◦ blue 179

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

Shades of Fountain Blue #69B0B3

Tints of Fountain Blue #69B0B3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.26%

 BLUE value IS 179 (70.31% from 255) = 38.91%

R = 22.83%
G = 38.26%
B = 38.91%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#69B0B3 (or 0x69B0B3) is known color: Fountain Blue. HEX triplet: 69, B0 and B3. RGB value is (105,176,179). Sum of RGB (Red+Green+Blue) = 105+176+179=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 179 - color contains mainly: blue. Hex color #69B0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B0B3 is #964F4C. Grayscale: #9B9B9B. Windows color (decimal): -9850701 or 11776105. OLE color: 11776105.

HSL color Cylindrical-coordinate representation of color #69B0B3: hue angle of 182.43º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B0B3 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 176 179 -
CMYK 0.41 0.02 0 0.30
HSL 182.43º 0.33% 0.56% -
HSV(B) 182.43º 0.41% 0.7% -
XYZ 29.49 37.31 48.29 -
YUV 155.11 141.48 92.26 -
System Red Green Blue C M Y K H S L
Decimal 105 176 179 0.41 0.02 0 0.30 182.43 0.33 0.56
Hex 69 B0 B3 29 2 0 1E B6 21 38
Octal 151 260 263 51 2 0 36 266 41 70
Binary 1101001 10110000 10110011 101001 10 0 11110 10110110 100001 111000

Color Harmonies of #69B0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B0B3

Black with #69B0B3

Text Example


Text Example

White with #69B0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,176,179); }

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

background-color css

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

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

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

border-color css

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

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

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