Html Css Color HEX #67BDCB Seagull

📋 copy color: '#67BDCB'

red 103 ◦ green 189 ◦ blue 203

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

Shades of Seagull #67BDCB

Tints of Seagull #67BDCB

RGB

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

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

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

R = 20.81%
G = 38.18%
B = 41.01%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#67BDCB (or 0x67BDCB) is known color: Seagull. HEX triplet: 67, BD and CB. RGB value is (103,189,203). Sum of RGB (Red+Green+Blue) = 103+189+203=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #67BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDCB is #984234. Grayscale: #A4A4A4. Windows color (decimal): -9978421 or 13352295. OLE color: 13352295.

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

Color convert

RGB 103 189 203 -
CMYK 0.49 0.07 0 0.20
HSL 188.4º 0.49% 0.6% -
HSV(B) 188.4º 0.49% 0.8% -
XYZ 34.57 43.59 63.09 -
YUV 164.88 149.51 83.86 -
System Red Green Blue C M Y K H S L
Decimal 103 189 203 0.49 0.07 0 0.20 188.4 0.49 0.6
Hex 67 BD CB 31 7 0 14 BC 31 3C
Octal 147 275 313 61 7 0 24 274 61 74
Binary 1100111 10111101 11001011 110001 111 0 10100 10111100 110001 111100

Color Harmonies of #67BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BDCB

Black with #67BDCB

Text Example


Text Example

White with #67BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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