Html Css Color HEX #68BBCB Seagull

📋 copy color: '#68BBCB'

red 104 ◦ green 187 ◦ blue 203

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

Shades of Seagull #68BBCB

Tints of Seagull #68BBCB

RGB

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

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

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

R = 21.05%
G = 37.85%
B = 41.09%

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

#68BBCB (or 0x68BBCB) is known color: Seagull. HEX triplet: 68, BB and CB. RGB value is (104,187,203). Sum of RGB (Red+Green+Blue) = 104+187+203=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #68BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBCB is #974434. Grayscale: #A3A3A3. Windows color (decimal): -9913397 or 13351784. OLE color: 13351784.

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

Color convert

RGB 104 187 203 -
CMYK 0.49 0.08 0 0.20
HSL 189.7º 0.49% 0.6% -
HSV(B) 189.7º 0.49% 0.8% -
XYZ 34.26 42.8 62.95 -
YUV 164.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 104 187 203 0.49 0.08 0 0.20 189.7 0.49 0.6
Hex 68 BB CB 31 8 0 14 BE 31 3C
Octal 150 273 313 61 10 0 24 276 61 74
Binary 1101000 10111011 11001011 110001 1000 0 10100 10111110 110001 111100

Color Harmonies of #68BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBCB

Black with #68BBCB

Text Example


Text Example

White with #68BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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