Html Css Color HEX #69AFCC Seagull

📋 copy color: '#69AFCC'

red 105 ◦ green 175 ◦ blue 204

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

Shades of Seagull #69AFCC

Tints of Seagull #69AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 21.69%
G = 36.16%
B = 42.15%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#69AFCC (or 0x69AFCC) is known color: Seagull. HEX triplet: 69, AF and CC. RGB value is (105,175,204). Sum of RGB (Red+Green+Blue) = 105+175+204=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #69AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFCC is #965033. Grayscale: #9D9D9D. Windows color (decimal): -9850932 or 13414249. OLE color: 13414249.

HSL color Cylindrical-coordinate representation of color #69AFCC: hue angle of 197.58º degrees, saturation: 0.49, 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 #69AFCC is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 175 204 -
CMYK 0.49 0.14 0 0.2
HSL 197.58º 0.49% 0.61% -
HSV(B) 197.58º 0.49% 0.8% -
XYZ 32.05 38.02 62.78 -
YUV 157.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 105 175 204 0.49 0.14 0 0.2 197.58 0.49 0.61
Hex 69 AF CC 31 E 0 14 C6 31 3D
Octal 151 257 314 61 16 0 24 306 61 75
Binary 1101001 10101111 11001100 110001 1110 0 10100 11000110 110001 111101

Color Harmonies of #69AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AFCC

Black with #69AFCC

Text Example


Text Example

White with #69AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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