Html Css Color HEX #8CBECC Seagull

📋 copy color: '#8CBECC'

red 140 ◦ green 190 ◦ blue 204

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

Shades of Seagull #8CBECC

Tints of Seagull #8CBECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.58%

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 26.22%
G = 35.58%
B = 38.2%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8CBECC (or 0x8CBECC) is known color: Seagull. HEX triplet: 8C, BE and CC. RGB value is (140,190,204). Sum of RGB (Red+Green+Blue) = 140+190+204=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBECC is #734133. Grayscale: #B0B0B0. Windows color (decimal): -7553332 or 13418124. OLE color: 13418124.

HSL color Cylindrical-coordinate representation of color #8CBECC: hue angle of 193.12º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CBECC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 190 204 -
CMYK 0.31 0.07 0 0.2
HSL 193.13º 0.39% 0.67% -
HSV(B) 193.13º 0.31% 0.8% -
XYZ 40.13 46.76 64.04 -
YUV 176.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 140 190 204 0.31 0.07 0 0.2 193.13 0.39 0.67
Hex 8C BE CC 1F 7 0 14 C1 27 43
Octal 214 276 314 37 7 0 24 301 47 103
Binary 10001100 10111110 11001100 11111 111 0 10100 11000001 100111 1000011

Color Harmonies of #8CBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBECC

Black with #8CBECC

Text Example


Text Example

White with #8CBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,190,204); }

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

background-color css

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

 a { background-color: rgb(140,190,204); }

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

border-color css

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

 span { border-color: rgb(140,190,204); }

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