Html Css Color HEX #68ADCF Seagull

📋 copy color: '#68ADCF'

red 104 ◦ green 173 ◦ blue 207

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

Shades of Seagull #68ADCF

Tints of Seagull #68ADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 21.49%
G = 35.74%
B = 42.77%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68ADCF (or 0x68ADCF) is known color: Seagull. HEX triplet: 68, AD and CF. RGB value is (104,173,207). Sum of RGB (Red+Green+Blue) = 104+173+207=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #68ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADCF is #975230. Grayscale: #9C9C9C. Windows color (decimal): -9916977 or 13610344. OLE color: 13610344.

HSL color Cylindrical-coordinate representation of color #68ADCF: hue angle of 199.81º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68ADCF is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 173 207 -
CMYK 0.50 0.16 0 0.19
HSL 199.81º 0.52% 0.61% -
HSV(B) 199.81º 0.5% 0.81% -
XYZ 31.91 37.34 64.56 -
YUV 156.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 104 173 207 0.50 0.16 0 0.19 199.81 0.52 0.61
Hex 68 AD CF 32 10 0 13 C8 34 3D
Octal 150 255 317 62 20 0 23 310 64 75
Binary 1101000 10101101 11001111 110010 10000 0 10011 11001000 110100 111101

Color Harmonies of #68ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADCF

Black with #68ADCF

Text Example


Text Example

White with #68ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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