Html Css Color HEX #8CBCCF Seagull

📋 copy color: '#8CBCCF'

red 140 ◦ green 188 ◦ blue 207

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

Shades of Seagull #8CBCCF

Tints of Seagull #8CBCCF

RGB

 RED value IS 140 (55.08% from 255) = 26.17%

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

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

R = 26.17%
G = 35.14%
B = 38.69%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8CBCCF (or 0x8CBCCF) is known color: Seagull. HEX triplet: 8C, BC and CF. RGB value is (140,188,207). Sum of RGB (Red+Green+Blue) = 140+188+207=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCCF is #734330. Grayscale: #AFAFAF. Windows color (decimal): -7553841 or 13614220. OLE color: 13614220.

HSL color Cylindrical-coordinate representation of color #8CBCCF: hue angle of 197.01º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CBCCF is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 188 207 -
CMYK 0.32 0.09 0 0.19
HSL 197.01º 0.41% 0.68% -
HSV(B) 197.01º 0.32% 0.81% -
XYZ 40.06 46.05 65.81 -
YUV 175.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 140 188 207 0.32 0.09 0 0.19 197.01 0.41 0.68
Hex 8C BC CF 20 9 0 13 C5 29 44
Octal 214 274 317 40 11 0 23 305 51 104
Binary 10001100 10111100 11001111 100000 1001 0 10011 11000101 101001 1000100

Color Harmonies of #8CBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCCF

Black with #8CBCCF

Text Example


Text Example

White with #8CBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CBCCF; }

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

 H1.HeaderClassName
 {
   color: #8CBCCF;
 }
 .AnyTagClassName
 {
   color: #8CBCCF;
 }
</style>

background-color css

<style>
 a { background-color: #8CBCCF; }

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

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

border-color css

<style>
 span { border-color: #8CBCCF; }

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

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