Html Css Color HEX #68BACE Seagull

📋 copy color: '#68BACE'

red 104 ◦ green 186 ◦ blue 206

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

Shades of Seagull #68BACE

Tints of Seagull #68BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.5%

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

R = 20.97%
G = 37.5%
B = 41.53%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68BACE (or 0x68BACE) is known color: Seagull. HEX triplet: 68, BA and CE. RGB value is (104,186,206). Sum of RGB (Red+Green+Blue) = 104+186+206=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #68BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BACE is #974531. Grayscale: #A3A3A3. Windows color (decimal): -9913650 or 13548136. OLE color: 13548136.

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

Color convert

RGB 104 186 206 -
CMYK 0.50 0.10 0 0.19
HSL 191.76º 0.51% 0.61% -
HSV(B) 191.76º 0.5% 0.81% -
XYZ 34.41 42.52 64.79 -
YUV 163.76 151.83 85.37 -
System Red Green Blue C M Y K H S L
Decimal 104 186 206 0.50 0.10 0 0.19 191.76 0.51 0.61
Hex 68 BA CE 32 A 0 13 C0 33 3D
Octal 150 272 316 62 12 0 23 300 63 75
Binary 1101000 10111010 11001110 110010 1010 0 10011 11000000 110011 111101

Color Harmonies of #68BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BACE

Black with #68BACE

Text Example


Text Example

White with #68BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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