Html Css Color HEX #68ABC8 Seagull

📋 copy color: '#68ABC8'

red 104 ◦ green 171 ◦ blue 200

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

Shades of Seagull #68ABC8

Tints of Seagull #68ABC8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36%

 BLUE value IS 200 (78.52% from 255) = 42.11%

R = 21.89%
G = 36%
B = 42.11%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#68ABC8 (or 0x68ABC8) is known color: Seagull. HEX triplet: 68, AB and C8. RGB value is (104,171,200). Sum of RGB (Red+Green+Blue) = 104+171+200=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #68ABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABC8 is #975437. Grayscale: #9A9A9A. Windows color (decimal): -9917496 or 13151080. OLE color: 13151080.

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

Color convert

RGB 104 171 200 -
CMYK 0.48 0.14 0 0.22
HSL 198.13º 0.47% 0.6% -
HSV(B) 198.13º 0.48% 0.78% -
XYZ 30.7 36.24 60.02 -
YUV 154.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 104 171 200 0.48 0.14 0 0.22 198.13 0.47 0.6
Hex 68 AB C8 30 E 0 16 C6 2F 3C
Octal 150 253 310 60 16 0 26 306 57 74
Binary 1101000 10101011 11001000 110000 1110 0 10110 11000110 101111 111100

Color Harmonies of #68ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABC8

Black with #68ABC8

Text Example


Text Example

White with #68ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,171,200); }

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

background-color css

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

 a { background-color: rgb(104,171,200); }

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

border-color css

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

 span { border-color: rgb(104,171,200); }

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