Html Css Color HEX #67BFCC Seagull

📋 copy color: '#67BFCC'

red 103 ◦ green 191 ◦ blue 204

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

Shades of Seagull #67BFCC

Tints of Seagull #67BFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 38.35%

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 20.68%
G = 38.35%
B = 40.96%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#67BFCC (or 0x67BFCC) is known color: Seagull. HEX triplet: 67, BF and CC. RGB value is (103,191,204). Sum of RGB (Red+Green+Blue) = 103+191+204=498 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.68% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #67BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFCC is #984033. Grayscale: #A6A6A6. Windows color (decimal): -9977908 or 13418343. OLE color: 13418343.

HSL color Cylindrical-coordinate representation of color #67BFCC: hue angle of 187.72º 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 #67BFCC is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 191 204 -
CMYK 0.50 0.06 0 0.2
HSL 187.72º 0.5% 0.6% -
HSV(B) 187.72º 0.5% 0.8% -
XYZ 35.12 44.5 63.87 -
YUV 166.17 149.35 82.94 -
System Red Green Blue C M Y K H S L
Decimal 103 191 204 0.50 0.06 0 0.2 187.72 0.5 0.6
Hex 67 BF CC 32 6 0 14 BC 32 3C
Octal 147 277 314 62 6 0 24 274 62 74
Binary 1100111 10111111 11001100 110010 110 0 10100 10111100 110010 111100

Color Harmonies of #67BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BFCC

Black with #67BFCC

Text Example


Text Example

White with #67BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,191,204); }

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

background-color css

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

 a { background-color: rgb(103,191,204); }

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

border-color css

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

 span { border-color: rgb(103,191,204); }

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