Html Css Color HEX #69BAC9 Seagull

📋 copy color: '#69BAC9'

red 105 ◦ green 186 ◦ blue 201

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

Shades of Seagull #69BAC9

Tints of Seagull #69BAC9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.8%

 BLUE value IS 201 (78.91% from 255) = 40.85%

R = 21.34%
G = 37.8%
B = 40.85%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#69BAC9 (or 0x69BAC9) is known color: Seagull. HEX triplet: 69, BA and C9. RGB value is (105,186,201). Sum of RGB (Red+Green+Blue) = 105+186+201=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #69BAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BAC9 is #964536. Grayscale: #A3A3A3. Windows color (decimal): -9848119 or 13220457. OLE color: 13220457.

HSL color Cylindrical-coordinate representation of color #69BAC9: hue angle of 189.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69BAC9 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 186 201 -
CMYK 0.48 0.07 0 0.21
HSL 189.38º 0.47% 0.6% -
HSV(B) 189.38º 0.48% 0.79% -
XYZ 33.93 42.34 61.64 -
YUV 163.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 105 186 201 0.48 0.07 0 0.21 189.38 0.47 0.6
Hex 69 BA C9 30 7 0 15 BD 2F 3C
Octal 151 272 311 60 7 0 25 275 57 74
Binary 1101001 10111010 11001001 110000 111 0 10101 10111101 101111 111100

Color Harmonies of #69BAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BAC9

Black with #69BAC9

Text Example


Text Example

White with #69BAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,186,201); }

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

background-color css

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

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

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

border-color css

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

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

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