Html Css Color HEX #67BDCC Seagull

📋 copy color: '#67BDCC'

red 103 ◦ green 189 ◦ blue 204

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

Shades of Seagull #67BDCC

Tints of Seagull #67BDCC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.1%

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

R = 20.77%
G = 38.1%
B = 41.13%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#67BDCC (or 0x67BDCC) is known color: Seagull. HEX triplet: 67, BD and CC. RGB value is (103,189,204). Sum of RGB (Red+Green+Blue) = 103+189+204=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #67BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDCC is #984233. Grayscale: #A4A4A4. Windows color (decimal): -9978420 or 13417831. OLE color: 13417831.

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

Color convert

RGB 103 189 204 -
CMYK 0.50 0.07 0 0.2
HSL 188.91º 0.5% 0.6% -
HSV(B) 188.91º 0.5% 0.8% -
XYZ 34.69 43.64 63.72 -
YUV 165 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 103 189 204 0.50 0.07 0 0.2 188.91 0.5 0.6
Hex 67 BD CC 32 7 0 14 BD 32 3C
Octal 147 275 314 62 7 0 24 275 62 74
Binary 1100111 10111101 11001100 110010 111 0 10100 10111101 110010 111100

Color Harmonies of #67BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BDCC

Black with #67BDCC

Text Example


Text Example

White with #67BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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