Html Css Color HEX #69ADCB Seagull

📋 copy color: '#69ADCB'

red 105 ◦ green 173 ◦ blue 203

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

Shades of Seagull #69ADCB

Tints of Seagull #69ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 21.83%
G = 35.97%
B = 42.2%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#69ADCB (or 0x69ADCB) is known color: Seagull. HEX triplet: 69, AD and CB. RGB value is (105,173,203). Sum of RGB (Red+Green+Blue) = 105+173+203=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #69ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADCB is #965234. Grayscale: #9B9B9B. Windows color (decimal): -9851445 or 13348201. OLE color: 13348201.

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

Color convert

RGB 105 173 203 -
CMYK 0.48 0.15 0 0.20
HSL 198.37º 0.49% 0.6% -
HSV(B) 198.37º 0.48% 0.8% -
XYZ 31.55 37.2 62.02 -
YUV 156.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 105 173 203 0.48 0.15 0 0.20 198.37 0.49 0.6
Hex 69 AD CB 30 F 0 14 C6 31 3C
Octal 151 255 313 60 17 0 24 306 61 74
Binary 1101001 10101101 11001011 110000 1111 0 10100 11000110 110001 111100

Color Harmonies of #69ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADCB

Black with #69ADCB

Text Example


Text Example

White with #69ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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