Html Css Color HEX #68AECD Seagull

📋 copy color: '#68AECD'

red 104 ◦ green 174 ◦ blue 205

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

Shades of Seagull #68AECD

Tints of Seagull #68AECD

RGB

 RED value IS 104 (41.02% from 255) = 21.53%

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

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

R = 21.53%
G = 36.02%
B = 42.44%

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

#68AECD (or 0x68AECD) is known color: Seagull. HEX triplet: 68, AE and CD. RGB value is (104,174,205). Sum of RGB (Red+Green+Blue) = 104+174+205=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #68AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AECD is #975132. Grayscale: #9C9C9C. Windows color (decimal): -9916723 or 13479528. OLE color: 13479528.

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

Color convert

RGB 104 174 205 -
CMYK 0.49 0.15 0 0.20
HSL 198.42º 0.5% 0.61% -
HSV(B) 198.42º 0.49% 0.8% -
XYZ 31.86 37.62 63.34 -
YUV 156.6 155.31 90.48 -
System Red Green Blue C M Y K H S L
Decimal 104 174 205 0.49 0.15 0 0.20 198.42 0.5 0.61
Hex 68 AE CD 31 F 0 14 C6 32 3D
Octal 150 256 315 61 17 0 24 306 62 75
Binary 1101000 10101110 11001101 110001 1111 0 10100 11000110 110010 111101

Color Harmonies of #68AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AECD

Black with #68AECD

Text Example


Text Example

White with #68AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AECD; }

 p { color: rgb(104,174,205); }

 H1.HeaderClassName
 {
   color: #68AECD;
 }
 .AnyTagClassName
 {
   color: #68AECD;
 }
</style>

background-color css

<style>
 a { background-color: #68AECD; }

 a { background-color: rgb(104,174,205); }

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

border-color css

<style>
 span { border-color: #68AECD; }

 span { border-color: rgb(104,174,205); }

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