Html Css Color HEX #67BDCE Seagull

📋 copy color: '#67BDCE'

red 103 ◦ green 189 ◦ blue 206

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

Shades of Seagull #67BDCE

Tints of Seagull #67BDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 20.68%
G = 37.95%
B = 41.37%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#67BDCE (or 0x67BDCE) is known color: Seagull. HEX triplet: 67, BD and CE. RGB value is (103,189,206). Sum of RGB (Red+Green+Blue) = 103+189+206=498 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.68% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #67BDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDCE is #984231. Grayscale: #A5A5A5. Windows color (decimal): -9978418 or 13548903. OLE color: 13548903.

HSL color Cylindrical-coordinate representation of color #67BDCE: hue angle of 189.9º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67BDCE is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 189 206 -
CMYK 0.50 0.08 0 0.19
HSL 189.9º 0.51% 0.61% -
HSV(B) 189.9º 0.5% 0.81% -
XYZ 34.93 43.73 64.99 -
YUV 165.22 151.01 83.62 -
System Red Green Blue C M Y K H S L
Decimal 103 189 206 0.50 0.08 0 0.19 189.9 0.51 0.61
Hex 67 BD CE 32 8 0 13 BE 33 3D
Octal 147 275 316 62 10 0 23 276 63 75
Binary 1100111 10111101 11001110 110010 1000 0 10011 10111110 110011 111101

Color Harmonies of #67BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BDCE

Black with #67BDCE

Text Example


Text Example

White with #67BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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