Html Css Color HEX #69ADCD Seagull

📋 copy color: '#69ADCD'

red 105 ◦ green 173 ◦ blue 205

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

Shades of Seagull #69ADCD

Tints of Seagull #69ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.82%

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 21.74%
G = 35.82%
B = 42.44%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#69ADCD (or 0x69ADCD) is known color: Seagull. HEX triplet: 69, AD and CD. RGB value is (105,173,205). Sum of RGB (Red+Green+Blue) = 105+173+205=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #69ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADCD is #965232. Grayscale: #9C9C9C. Windows color (decimal): -9851443 or 13479273. OLE color: 13479273.

HSL color Cylindrical-coordinate representation of color #69ADCD: hue angle of 199.2º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69ADCD is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 173 205 -
CMYK 0.49 0.16 0 0.20
HSL 199.2º 0.5% 0.61% -
HSV(B) 199.2º 0.49% 0.8% -
XYZ 31.79 37.3 63.28 -
YUV 156.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 105 173 205 0.49 0.16 0 0.20 199.2 0.5 0.61
Hex 69 AD CD 31 10 0 14 C7 32 3D
Octal 151 255 315 61 20 0 24 307 62 75
Binary 1101001 10101101 11001101 110001 10000 0 10100 11000111 110010 111101

Color Harmonies of #69ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADCD

Black with #69ADCD

Text Example


Text Example

White with #69ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,173,205); }

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

background-color css

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

 a { background-color: rgb(105,173,205); }

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

border-color css

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

 span { border-color: rgb(105,173,205); }

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