Html Css Color HEX #67BCCF Seagull

📋 copy color: '#67BCCF'

red 103 ◦ green 188 ◦ blue 207

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

Shades of Seagull #67BCCF

Tints of Seagull #67BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.75%

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 20.68%
G = 37.75%
B = 41.57%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#67BCCF (or 0x67BCCF) is known color: Seagull. HEX triplet: 67, BC and CF. RGB value is (103,188,207). Sum of RGB (Red+Green+Blue) = 103+188+207=498 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.68% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #67BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCCF is #984330. Grayscale: #A4A4A4. Windows color (decimal): -9978673 or 13614183. OLE color: 13614183.

HSL color Cylindrical-coordinate representation of color #67BCCF: hue angle of 190.96º degrees, saturation: 0.52, 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 #67BCCF is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 188 207 -
CMYK 0.50 0.09 0 0.19
HSL 190.96º 0.52% 0.61% -
HSV(B) 190.96º 0.5% 0.81% -
XYZ 34.84 43.36 65.56 -
YUV 164.75 151.84 83.96 -
System Red Green Blue C M Y K H S L
Decimal 103 188 207 0.50 0.09 0 0.19 190.96 0.52 0.61
Hex 67 BC CF 32 9 0 13 BF 34 3D
Octal 147 274 317 62 11 0 23 277 64 75
Binary 1100111 10111100 11001111 110010 1001 0 10011 10111111 110100 111101

Color Harmonies of #67BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BCCF

Black with #67BCCF

Text Example


Text Example

White with #67BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,188,207); }

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

background-color css

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

 a { background-color: rgb(103,188,207); }

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

border-color css

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

 span { border-color: rgb(103,188,207); }

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