Html Css Color HEX #68B3CA Seagull

📋 copy color: '#68B3CA'

red 104 ◦ green 179 ◦ blue 202

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

Shades of Seagull #68B3CA

Tints of Seagull #68B3CA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.91%

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

R = 21.44%
G = 36.91%
B = 41.65%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#68B3CA (or 0x68B3CA) is known color: Seagull. HEX triplet: 68, B3 and CA. RGB value is (104,179,202). Sum of RGB (Red+Green+Blue) = 104+179+202=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #68B3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B3CA is #974C35. Grayscale: #9F9F9F. Windows color (decimal): -9915446 or 13284200. OLE color: 13284200.

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

Color convert

RGB 104 179 202 -
CMYK 0.49 0.11 0 0.21
HSL 194.08º 0.48% 0.6% -
HSV(B) 194.08º 0.49% 0.79% -
XYZ 32.49 39.45 61.78 -
YUV 159.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 104 179 202 0.49 0.11 0 0.21 194.08 0.48 0.6
Hex 68 B3 CA 31 B 0 15 C2 30 3C
Octal 150 263 312 61 13 0 25 302 60 74
Binary 1101000 10110011 11001010 110001 1011 0 10101 11000010 110000 111100

Color Harmonies of #68B3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B3CA

Black with #68B3CA

Text Example


Text Example

White with #68B3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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