Html Css Color HEX #68BACA Seagull

📋 copy color: '#68BACA'

red 104 ◦ green 186 ◦ blue 202

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

Shades of Seagull #68BACA

Tints of Seagull #68BACA

RGB

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

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

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

R = 21.14%
G = 37.8%
B = 41.06%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#68BACA (or 0x68BACA) is known color: Seagull. HEX triplet: 68, BA and CA. RGB value is (104,186,202). Sum of RGB (Red+Green+Blue) = 104+186+202=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #68BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BACA is #974535. Grayscale: #A3A3A3. Windows color (decimal): -9913654 or 13285992. OLE color: 13285992.

HSL color Cylindrical-coordinate representation of color #68BACA: hue angle of 189.8º 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 #68BACA is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 186 202 -
CMYK 0.49 0.08 0 0.21
HSL 189.8º 0.48% 0.6% -
HSV(B) 189.8º 0.49% 0.79% -
XYZ 33.93 42.33 62.26 -
YUV 163.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 104 186 202 0.49 0.08 0 0.21 189.8 0.48 0.6
Hex 68 BA CA 31 8 0 15 BE 30 3C
Octal 150 272 312 61 10 0 25 276 60 74
Binary 1101000 10111010 11001010 110001 1000 0 10101 10111110 110000 111100

Color Harmonies of #68BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BACA

Black with #68BACA

Text Example


Text Example

White with #68BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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