Html Css Color HEX #68AECA Seagull

📋 copy color: '#68AECA'

red 104 ◦ green 174 ◦ blue 202

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

Shades of Seagull #68AECA

Tints of Seagull #68AECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 21.67%
G = 36.25%
B = 42.08%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#68AECA (or 0x68AECA) is known color: Seagull. HEX triplet: 68, AE and CA. RGB value is (104,174,202). Sum of RGB (Red+Green+Blue) = 104+174+202=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #68AECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AECA is #975135. Grayscale: #9C9C9C. Windows color (decimal): -9916726 or 13282920. OLE color: 13282920.

HSL color Cylindrical-coordinate representation of color #68AECA: hue angle of 197.14º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68AECA is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 174 202 -
CMYK 0.49 0.14 0 0.21
HSL 197.14º 0.48% 0.6% -
HSV(B) 197.14º 0.49% 0.79% -
XYZ 31.51 37.48 61.45 -
YUV 156.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 104 174 202 0.49 0.14 0 0.21 197.14 0.48 0.6
Hex 68 AE CA 31 E 0 15 C5 30 3C
Octal 150 256 312 61 16 0 25 305 60 74
Binary 1101000 10101110 11001010 110001 1110 0 10101 11000101 110000 111100

Color Harmonies of #68AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AECA

Black with #68AECA

Text Example


Text Example

White with #68AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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