Html Css Color HEX #68AECE Seagull

📋 copy color: '#68AECE'

red 104 ◦ green 174 ◦ blue 206

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

Shades of Seagull #68AECE

Tints of Seagull #68AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 21.49%
G = 35.95%
B = 42.56%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68AECE (or 0x68AECE) is known color: Seagull. HEX triplet: 68, AE and CE. RGB value is (104,174,206). Sum of RGB (Red+Green+Blue) = 104+174+206=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #68AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AECE is #975131. Grayscale: #9C9C9C. Windows color (decimal): -9916722 or 13545064. OLE color: 13545064.

HSL color Cylindrical-coordinate representation of color #68AECE: hue angle of 198.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68AECE is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 174 206 -
CMYK 0.50 0.16 0 0.19
HSL 198.82º 0.51% 0.61% -
HSV(B) 198.82º 0.5% 0.81% -
XYZ 31.99 37.67 63.98 -
YUV 156.72 155.81 90.4 -
System Red Green Blue C M Y K H S L
Decimal 104 174 206 0.50 0.16 0 0.19 198.82 0.51 0.61
Hex 68 AE CE 32 10 0 13 C7 33 3D
Octal 150 256 316 62 20 0 23 307 63 75
Binary 1101000 10101110 11001110 110010 10000 0 10011 11000111 110011 111101

Color Harmonies of #68AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AECE

Black with #68AECE

Text Example


Text Example

White with #68AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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