Html Css Color HEX #68AECF Seagull

📋 copy color: '#68AECF'

red 104 ◦ green 174 ◦ blue 207

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

Shades of Seagull #68AECF

Tints of Seagull #68AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 21.44%
G = 35.88%
B = 42.68%

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

#68AECF (or 0x68AECF) is known color: Seagull. HEX triplet: 68, AE and CF. RGB value is (104,174,207). Sum of RGB (Red+Green+Blue) = 104+174+207=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #68AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AECF is #975130. Grayscale: #9C9C9C. Windows color (decimal): -9916721 or 13610600. OLE color: 13610600.

HSL color Cylindrical-coordinate representation of color #68AECF: hue angle of 199.22º degrees, saturation: 0.52, 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 #68AECF is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 174 207 -
CMYK 0.50 0.16 0 0.19
HSL 199.22º 0.52% 0.61% -
HSV(B) 199.22º 0.5% 0.81% -
XYZ 32.11 37.72 64.62 -
YUV 156.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 104 174 207 0.50 0.16 0 0.19 199.22 0.52 0.61
Hex 68 AE CF 32 10 0 13 C7 34 3D
Octal 150 256 317 62 20 0 23 307 64 75
Binary 1101000 10101110 11001111 110010 10000 0 10011 11000111 110100 111101

Color Harmonies of #68AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AECF

Black with #68AECF

Text Example


Text Example

White with #68AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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