Html Css Color HEX #69ADCF Seagull

📋 copy color: '#69ADCF'

red 105 ◦ green 173 ◦ blue 207

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

Shades of Seagull #69ADCF

Tints of Seagull #69ADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 21.65%
G = 35.67%
B = 42.68%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#69ADCF (or 0x69ADCF) is known color: Seagull. HEX triplet: 69, AD and CF. RGB value is (105,173,207). Sum of RGB (Red+Green+Blue) = 105+173+207=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #69ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADCF is #965230. Grayscale: #9C9C9C. Windows color (decimal): -9851441 or 13610345. OLE color: 13610345.

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

Color convert

RGB 105 173 207 -
CMYK 0.49 0.16 0 0.19
HSL 200º 0.52% 0.61% -
HSV(B) 200º 0.49% 0.81% -
XYZ 32.03 37.4 64.56 -
YUV 156.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 105 173 207 0.49 0.16 0 0.19 200 0.52 0.61
Hex 69 AD CF 31 10 0 13 C8 34 3D
Octal 151 255 317 61 20 0 23 310 64 75
Binary 1101001 10101101 11001111 110001 10000 0 10011 11001000 110100 111101

Color Harmonies of #69ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADCF

Black with #69ADCF

Text Example


Text Example

White with #69ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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