Html Css Color HEX #67BCCB Seagull

📋 copy color: '#67BCCB'

red 103 ◦ green 188 ◦ blue 203

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

Shades of Seagull #67BCCB

Tints of Seagull #67BCCB

RGB

 RED value IS 103 (40.63% from 255) = 20.85%

 GREEN value IS 188 (73.83% from 255) = 38.06%

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

R = 20.85%
G = 38.06%
B = 41.09%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#67BCCB (or 0x67BCCB) is known color: Seagull. HEX triplet: 67, BC and CB. RGB value is (103,188,203). Sum of RGB (Red+Green+Blue) = 103+188+203=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 188 (73.83% from 255 or 38.06% 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 #67BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCCB is #984334. Grayscale: #A4A4A4. Windows color (decimal): -9978677 or 13352039. OLE color: 13352039.

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

Color convert

RGB 103 188 203 -
CMYK 0.49 0.07 0 0.20
HSL 189º 0.49% 0.6% -
HSV(B) 189º 0.49% 0.8% -
XYZ 34.36 43.16 63.02 -
YUV 164.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 103 188 203 0.49 0.07 0 0.20 189 0.49 0.6
Hex 67 BC CB 31 7 0 14 BD 31 3C
Octal 147 274 313 61 7 0 24 275 61 74
Binary 1100111 10111100 11001011 110001 111 0 10100 10111101 110001 111100

Color Harmonies of #67BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BCCB

Black with #67BCCB

Text Example


Text Example

White with #67BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67BCCB; }

 p { color: rgb(103,188,203); }

 H1.HeaderClassName
 {
   color: #67BCCB;
 }
 .AnyTagClassName
 {
   color: #67BCCB;
 }
</style>

background-color css

<style>
 a { background-color: #67BCCB; }

 a { background-color: rgb(103,188,203); }

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

border-color css

<style>
 span { border-color: #67BCCB; }

 span { border-color: rgb(103,188,203); }

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