Html Css Color HEX #68BDCD Seagull

📋 copy color: '#68BDCD'

red 104 ◦ green 189 ◦ blue 205

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

Shades of Seagull #68BDCD

Tints of Seagull #68BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.95%

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

R = 20.88%
G = 37.95%
B = 41.16%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#68BDCD (or 0x68BDCD) is known color: Seagull. HEX triplet: 68, BD and CD. RGB value is (104,189,205). Sum of RGB (Red+Green+Blue) = 104+189+205=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #68BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDCD is #974232. Grayscale: #A5A5A5. Windows color (decimal): -9912883 or 13483368. OLE color: 13483368.

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

Color convert

RGB 104 189 205 -
CMYK 0.49 0.08 0 0.20
HSL 189.5º 0.5% 0.61% -
HSV(B) 189.5º 0.49% 0.8% -
XYZ 34.93 43.75 64.36 -
YUV 165.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 104 189 205 0.49 0.08 0 0.20 189.5 0.5 0.61
Hex 68 BD CD 31 8 0 14 BE 32 3D
Octal 150 275 315 61 10 0 24 276 62 75
Binary 1101000 10111101 11001101 110001 1000 0 10100 10111110 110010 111101

Color Harmonies of #68BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BDCD

Black with #68BDCD

Text Example


Text Example

White with #68BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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