Html Css Color HEX #69AECC Seagull

📋 copy color: '#69AECC'

red 105 ◦ green 174 ◦ blue 204

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

Shades of Seagull #69AECC

Tints of Seagull #69AECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.02%

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

R = 21.74%
G = 36.02%
B = 42.24%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#69AECC (or 0x69AECC) is known color: Seagull. HEX triplet: 69, AE and CC. RGB value is (105,174,204). Sum of RGB (Red+Green+Blue) = 105+174+204=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #69AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AECC is #965133. Grayscale: #9C9C9C. Windows color (decimal): -9851188 or 13413993. OLE color: 13413993.

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

Color convert

RGB 105 174 204 -
CMYK 0.49 0.15 0 0.2
HSL 198.18º 0.49% 0.61% -
HSV(B) 198.18º 0.49% 0.8% -
XYZ 31.86 37.63 62.71 -
YUV 156.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 105 174 204 0.49 0.15 0 0.2 198.18 0.49 0.61
Hex 69 AE CC 31 F 0 14 C6 31 3D
Octal 151 256 314 61 17 0 24 306 61 75
Binary 1101001 10101110 11001100 110001 1111 0 10100 11000110 110001 111101

Color Harmonies of #69AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AECC

Black with #69AECC

Text Example


Text Example

White with #69AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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