Html Css Color HEX #67AFCB Seagull

📋 copy color: '#67AFCB'

red 103 ◦ green 175 ◦ blue 203

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

Shades of Seagull #67AFCB

Tints of Seagull #67AFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.38%

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

R = 21.41%
G = 36.38%
B = 42.2%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#67AFCB (or 0x67AFCB) is known color: Seagull. HEX triplet: 67, AF and CB. RGB value is (103,175,203). Sum of RGB (Red+Green+Blue) = 103+175+203=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #67AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFCB is #985034. Grayscale: #9C9C9C. Windows color (decimal): -9982005 or 13348711. OLE color: 13348711.

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

Color convert

RGB 103 175 203 -
CMYK 0.49 0.14 0 0.20
HSL 196.8º 0.49% 0.6% -
HSV(B) 196.8º 0.49% 0.8% -
XYZ 31.7 37.86 62.14 -
YUV 156.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 103 175 203 0.49 0.14 0 0.20 196.8 0.49 0.6
Hex 67 AF CB 31 E 0 14 C5 31 3C
Octal 147 257 313 61 16 0 24 305 61 74
Binary 1100111 10101111 11001011 110001 1110 0 10100 11000101 110001 111100

Color Harmonies of #67AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AFCB

Black with #67AFCB

Text Example


Text Example

White with #67AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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