Html Css Color HEX #67BBCD Seagull

📋 copy color: '#67BBCD'

red 103 ◦ green 187 ◦ blue 205

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

Shades of Seagull #67BBCD

Tints of Seagull #67BBCD

RGB

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

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

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

R = 20.81%
G = 37.78%
B = 41.41%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#67BBCD (or 0x67BBCD) is known color: Seagull. HEX triplet: 67, BB and CD. RGB value is (103,187,205). Sum of RGB (Red+Green+Blue) = 103+187+205=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #67BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBCD is #984432. Grayscale: #A3A3A3. Windows color (decimal): -9978931 or 13482855. OLE color: 13482855.

HSL color Cylindrical-coordinate representation of color #67BBCD: hue angle of 190.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67BBCD is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 187 205 -
CMYK 0.50 0.09 0 0.20
HSL 190.59º 0.5% 0.6% -
HSV(B) 190.59º 0.5% 0.8% -
XYZ 34.38 42.83 64.21 -
YUV 163.94 151.17 84.54 -
System Red Green Blue C M Y K H S L
Decimal 103 187 205 0.50 0.09 0 0.20 190.59 0.5 0.6
Hex 67 BB CD 32 9 0 14 BF 32 3C
Octal 147 273 315 62 11 0 24 277 62 74
Binary 1100111 10111011 11001101 110010 1001 0 10100 10111111 110010 111100

Color Harmonies of #67BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BBCD

Black with #67BBCD

Text Example


Text Example

White with #67BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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