Html Css Color HEX #68ADCA Seagull

📋 copy color: '#68ADCA'

red 104 ◦ green 173 ◦ blue 202

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

Shades of Seagull #68ADCA

Tints of Seagull #68ADCA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.12%

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

R = 21.71%
G = 36.12%
B = 42.17%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#68ADCA (or 0x68ADCA) is known color: Seagull. HEX triplet: 68, AD and CA. RGB value is (104,173,202). Sum of RGB (Red+Green+Blue) = 104+173+202=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #68ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADCA is #975235. Grayscale: #9B9B9B. Windows color (decimal): -9916982 or 13282664. OLE color: 13282664.

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

Color convert

RGB 104 173 202 -
CMYK 0.49 0.14 0 0.21
HSL 197.76º 0.48% 0.6% -
HSV(B) 197.76º 0.49% 0.79% -
XYZ 31.31 37.09 61.39 -
YUV 155.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 104 173 202 0.49 0.14 0 0.21 197.76 0.48 0.6
Hex 68 AD CA 31 E 0 15 C6 30 3C
Octal 150 255 312 61 16 0 25 306 60 74
Binary 1101000 10101101 11001010 110001 1110 0 10101 11000110 110000 111100

Color Harmonies of #68ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADCA

Black with #68ADCA

Text Example


Text Example

White with #68ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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