Html Css Color HEX #68ADCD Seagull

📋 copy color: '#68ADCD'

red 104 ◦ green 173 ◦ blue 205

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

Shades of Seagull #68ADCD

Tints of Seagull #68ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 21.58%
G = 35.89%
B = 42.53%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#68ADCD (or 0x68ADCD) is known color: Seagull. HEX triplet: 68, AD and CD. RGB value is (104,173,205). Sum of RGB (Red+Green+Blue) = 104+173+205=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #68ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADCD is #975232. Grayscale: #9B9B9B. Windows color (decimal): -9916979 or 13479272. OLE color: 13479272.

HSL color Cylindrical-coordinate representation of color #68ADCD: hue angle of 199.01º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68ADCD is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 173 205 -
CMYK 0.49 0.16 0 0.20
HSL 199.01º 0.5% 0.61% -
HSV(B) 199.01º 0.49% 0.8% -
XYZ 31.67 37.24 63.28 -
YUV 156.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 104 173 205 0.49 0.16 0 0.20 199.01 0.5 0.61
Hex 68 AD CD 31 10 0 14 C7 32 3D
Octal 150 255 315 61 20 0 24 307 62 75
Binary 1101000 10101101 11001101 110001 10000 0 10100 11000111 110010 111101

Color Harmonies of #68ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADCD

Black with #68ADCD

Text Example


Text Example

White with #68ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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