Html Css Color HEX #67BACA Seagull

📋 copy color: '#67BACA'

red 103 ◦ green 186 ◦ blue 202

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

Shades of Seagull #67BACA

Tints of Seagull #67BACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.88%

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 20.98%
G = 37.88%
B = 41.14%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#67BACA (or 0x67BACA) is known color: Seagull. HEX triplet: 67, BA and CA. RGB value is (103,186,202). Sum of RGB (Red+Green+Blue) = 103+186+202=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #67BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BACA is #984535. Grayscale: #A2A2A2. Windows color (decimal): -9979190 or 13285991. OLE color: 13285991.

HSL color Cylindrical-coordinate representation of color #67BACA: hue angle of 189.7º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67BACA is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 186 202 -
CMYK 0.49 0.08 0 0.21
HSL 189.7º 0.48% 0.6% -
HSV(B) 189.7º 0.49% 0.79% -
XYZ 33.81 42.27 62.25 -
YUV 163.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 103 186 202 0.49 0.08 0 0.21 189.7 0.48 0.6
Hex 67 BA CA 31 8 0 15 BE 30 3C
Octal 147 272 312 61 10 0 25 276 60 74
Binary 1100111 10111010 11001010 110001 1000 0 10101 10111110 110000 111100

Color Harmonies of #67BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BACA

Black with #67BACA

Text Example


Text Example

White with #67BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,186,202); }

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

background-color css

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

 a { background-color: rgb(103,186,202); }

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

border-color css

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

 span { border-color: rgb(103,186,202); }

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