Html Css Color HEX #68B9CB Seagull

📋 copy color: '#68B9CB'

red 104 ◦ green 185 ◦ blue 203

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

Shades of Seagull #68B9CB

Tints of Seagull #68B9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.6%

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

R = 21.14%
G = 37.6%
B = 41.26%

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

#68B9CB (or 0x68B9CB) is known color: Seagull. HEX triplet: 68, B9 and CB. RGB value is (104,185,203). Sum of RGB (Red+Green+Blue) = 104+185+203=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #68B9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B9CB is #974634. Grayscale: #A2A2A2. Windows color (decimal): -9913909 or 13351272. OLE color: 13351272.

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

Color convert

RGB 104 185 203 -
CMYK 0.49 0.09 0 0.20
HSL 190.91º 0.49% 0.6% -
HSV(B) 190.91º 0.49% 0.8% -
XYZ 33.84 41.95 62.81 -
YUV 162.83 150.66 86.04 -
System Red Green Blue C M Y K H S L
Decimal 104 185 203 0.49 0.09 0 0.20 190.91 0.49 0.6
Hex 68 B9 CB 31 9 0 14 BF 31 3C
Octal 150 271 313 61 11 0 24 277 61 74
Binary 1101000 10111001 11001011 110001 1001 0 10100 10111111 110001 111100

Color Harmonies of #68B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B9CB

Black with #68B9CB

Text Example


Text Example

White with #68B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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