Html Css Color HEX #69AED2 Seagull

📋 copy color: '#69AED2'

red 105 ◦ green 174 ◦ blue 210

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

Shades of Seagull #69AED2

Tints of Seagull #69AED2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 21.47%
G = 35.58%
B = 42.94%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#69AED2 (or 0x69AED2) is known color: Seagull. HEX triplet: 69, AE and D2. RGB value is (105,174,210). Sum of RGB (Red+Green+Blue) = 105+174+210=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #69AED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AED2 is #96512D. Grayscale: #9D9D9D. Windows color (decimal): -9851182 or 13807209. OLE color: 13807209.

HSL color Cylindrical-coordinate representation of color #69AED2: hue angle of 200.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69AED2 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 174 210 -
CMYK 0.50 0.17 0 0.18
HSL 200.57º 0.54% 0.62% -
HSV(B) 200.57º 0.5% 0.82% -
XYZ 32.59 37.93 66.58 -
YUV 157.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 105 174 210 0.50 0.17 0 0.18 200.57 0.54 0.62
Hex 69 AE D2 32 11 0 12 C9 36 3E
Octal 151 256 322 62 21 0 22 311 66 76
Binary 1101001 10101110 11010010 110010 10001 0 10010 11001001 110110 111110

Color Harmonies of #69AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AED2

Black with #69AED2

Text Example


Text Example

White with #69AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,174,210); }

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

background-color css

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

 a { background-color: rgb(105,174,210); }

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

border-color css

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

 span { border-color: rgb(105,174,210); }

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