Html Css Color HEX #69AFCD Seagull

📋 copy color: '#69AFCD'

red 105 ◦ green 175 ◦ blue 205

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

Shades of Seagull #69AFCD

Tints of Seagull #69AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.08%

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

R = 21.65%
G = 36.08%
B = 42.27%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#69AFCD (or 0x69AFCD) is known color: Seagull. HEX triplet: 69, AF and CD. RGB value is (105,175,205). Sum of RGB (Red+Green+Blue) = 105+175+205=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #69AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFCD is #965032. Grayscale: #9D9D9D. Windows color (decimal): -9850931 or 13479785. OLE color: 13479785.

HSL color Cylindrical-coordinate representation of color #69AFCD: hue angle of 198º 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 #69AFCD is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 175 205 -
CMYK 0.49 0.15 0 0.20
HSL 198º 0.5% 0.61% -
HSV(B) 198º 0.49% 0.8% -
XYZ 32.18 38.07 63.41 -
YUV 157.49 154.81 90.56 -
System Red Green Blue C M Y K H S L
Decimal 105 175 205 0.49 0.15 0 0.20 198 0.5 0.61
Hex 69 AF CD 31 F 0 14 C6 32 3D
Octal 151 257 315 61 17 0 24 306 62 75
Binary 1101001 10101111 11001101 110001 1111 0 10100 11000110 110010 111101

Color Harmonies of #69AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AFCD

Black with #69AFCD

Text Example


Text Example

White with #69AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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