Html Css Color HEX #68ADCB Seagull

📋 copy color: '#68ADCB'

red 104 ◦ green 173 ◦ blue 203

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

Shades of Seagull #68ADCB

Tints of Seagull #68ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 21.67%
G = 36.04%
B = 42.29%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#68ADCB (or 0x68ADCB) is known color: Seagull. HEX triplet: 68, AD and CB. RGB value is (104,173,203). Sum of RGB (Red+Green+Blue) = 104+173+203=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #68ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADCB is #975234. Grayscale: #9B9B9B. Windows color (decimal): -9916981 or 13348200. OLE color: 13348200.

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

Color convert

RGB 104 173 203 -
CMYK 0.49 0.15 0 0.20
HSL 198.18º 0.49% 0.6% -
HSV(B) 198.18º 0.49% 0.8% -
XYZ 31.43 37.14 62.01 -
YUV 155.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 104 173 203 0.49 0.15 0 0.20 198.18 0.49 0.6
Hex 68 AD CB 31 F 0 14 C6 31 3C
Octal 150 255 313 61 17 0 24 306 61 74
Binary 1101000 10101101 11001011 110001 1111 0 10100 11000110 110001 111100

Color Harmonies of #68ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADCB

Black with #68ADCB

Text Example


Text Example

White with #68ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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