Html Css Color HEX #67B0CF Seagull

📋 copy color: '#67B0CF'

red 103 ◦ green 176 ◦ blue 207

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

Shades of Seagull #67B0CF

Tints of Seagull #67B0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.21%

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

R = 21.19%
G = 36.21%
B = 42.59%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#67B0CF (or 0x67B0CF) is known color: Seagull. HEX triplet: 67, B0 and CF. RGB value is (103,176,207). Sum of RGB (Red+Green+Blue) = 103+176+207=486 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.19% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #67B0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B0CF is #984F30. Grayscale: #9D9D9D. Windows color (decimal): -9981745 or 13611111. OLE color: 13611111.

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

Color convert

RGB 103 176 207 -
CMYK 0.50 0.15 0 0.19
HSL 197.88º 0.52% 0.61% -
HSV(B) 197.88º 0.5% 0.81% -
XYZ 32.38 38.44 64.74 -
YUV 157.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 103 176 207 0.50 0.15 0 0.19 197.88 0.52 0.61
Hex 67 B0 CF 32 F 0 13 C6 34 3D
Octal 147 260 317 62 17 0 23 306 64 75
Binary 1100111 10110000 11001111 110010 1111 0 10011 11000110 110100 111101

Color Harmonies of #67B0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B0CF

Black with #67B0CF

Text Example


Text Example

White with #67B0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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