Html Css Color HEX #68AECB Seagull

📋 copy color: '#68AECB'

red 104 ◦ green 174 ◦ blue 203

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

Shades of Seagull #68AECB

Tints of Seagull #68AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 21.62%
G = 36.17%
B = 42.2%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#68AECB (or 0x68AECB) is known color: Seagull. HEX triplet: 68, AE and CB. RGB value is (104,174,203). Sum of RGB (Red+Green+Blue) = 104+174+203=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #68AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AECB is #975134. Grayscale: #9C9C9C. Windows color (decimal): -9916725 or 13348456. OLE color: 13348456.

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

Color convert

RGB 104 174 203 -
CMYK 0.49 0.14 0 0.20
HSL 197.58º 0.49% 0.6% -
HSV(B) 197.58º 0.49% 0.8% -
XYZ 31.62 37.53 62.08 -
YUV 156.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 104 174 203 0.49 0.14 0 0.20 197.58 0.49 0.6
Hex 68 AE CB 31 E 0 14 C6 31 3C
Octal 150 256 313 61 16 0 24 306 61 74
Binary 1101000 10101110 11001011 110001 1110 0 10100 11000110 110001 111100

Color Harmonies of #68AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AECB

Black with #68AECB

Text Example


Text Example

White with #68AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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