Html Css Color HEX #67BCD0 Seagull

📋 copy color: '#67BCD0'

red 103 ◦ green 188 ◦ blue 208

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

Shades of Seagull #67BCD0

Tints of Seagull #67BCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.68%

R = 20.64%
G = 37.68%
B = 41.68%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#67BCD0 (or 0x67BCD0) is known color: Seagull. HEX triplet: 67, BC and D0. RGB value is (103,188,208). Sum of RGB (Red+Green+Blue) = 103+188+208=499 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.64% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #67BCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCD0 is #98432F. Grayscale: #A4A4A4. Windows color (decimal): -9978672 or 13679719. OLE color: 13679719.

HSL color Cylindrical-coordinate representation of color #67BCD0: hue angle of 191.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67BCD0 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 188 208 -
CMYK 0.50 0.10 0 0.18
HSL 191.43º 0.53% 0.61% -
HSV(B) 191.43º 0.5% 0.82% -
XYZ 34.96 43.4 66.21 -
YUV 164.87 152.34 83.87 -
System Red Green Blue C M Y K H S L
Decimal 103 188 208 0.50 0.10 0 0.18 191.43 0.53 0.61
Hex 67 BC D0 32 A 0 12 BF 35 3D
Octal 147 274 320 62 12 0 22 277 65 75
Binary 1100111 10111100 11010000 110010 1010 0 10010 10111111 110101 111101

Color Harmonies of #67BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BCD0

Black with #67BCD0

Text Example


Text Example

White with #67BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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