Html Css Color HEX #68BBCD Seagull

📋 copy color: '#68BBCD'

red 104 ◦ green 187 ◦ blue 205

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

Shades of Seagull #68BBCD

Tints of Seagull #68BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.7%

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

R = 20.97%
G = 37.7%
B = 41.33%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#68BBCD (or 0x68BBCD) is known color: Seagull. HEX triplet: 68, BB and CD. RGB value is (104,187,205). Sum of RGB (Red+Green+Blue) = 104+187+205=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #68BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBCD is #974432. Grayscale: #A4A4A4. Windows color (decimal): -9913395 or 13482856. OLE color: 13482856.

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

Color convert

RGB 104 187 205 -
CMYK 0.49 0.09 0 0.20
HSL 190.69º 0.5% 0.61% -
HSV(B) 190.69º 0.49% 0.8% -
XYZ 34.5 42.89 64.22 -
YUV 164.24 151 85.04 -
System Red Green Blue C M Y K H S L
Decimal 104 187 205 0.49 0.09 0 0.20 190.69 0.5 0.61
Hex 68 BB CD 31 9 0 14 BF 32 3D
Octal 150 273 315 61 11 0 24 277 62 75
Binary 1101000 10111011 11001101 110001 1001 0 10100 10111111 110010 111101

Color Harmonies of #68BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBCD

Black with #68BBCD

Text Example


Text Example

White with #68BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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