Html Css Color HEX #8CC0CE Seagull

📋 copy color: '#8CC0CE'

red 140 ◦ green 192 ◦ blue 206

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

Shades of Seagull #8CC0CE

Tints of Seagull #8CC0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.69%

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 26.02%
G = 35.69%
B = 38.29%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8CC0CE (or 0x8CC0CE) is known color: Seagull. HEX triplet: 8C, C0 and CE. RGB value is (140,192,206). Sum of RGB (Red+Green+Blue) = 140+192+206=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC0CE is #733F31. Grayscale: #B1B1B1. Windows color (decimal): -7552818 or 13549708. OLE color: 13549708.

HSL color Cylindrical-coordinate representation of color #8CC0CE: hue angle of 192.73º degrees, saturation: 0.4, 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 #8CC0CE is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 192 206 -
CMYK 0.32 0.07 0 0.19
HSL 192.73º 0.4% 0.68% -
HSV(B) 192.73º 0.32% 0.81% -
XYZ 40.81 47.73 65.45 -
YUV 178.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 140 192 206 0.32 0.07 0 0.19 192.73 0.4 0.68
Hex 8C C0 CE 20 7 0 13 C1 28 44
Octal 214 300 316 40 7 0 23 301 50 104
Binary 10001100 11000000 11001110 100000 111 0 10011 11000001 101000 1000100

Color Harmonies of #8CC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC0CE

Black with #8CC0CE

Text Example


Text Example

White with #8CC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,206); }

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

background-color css

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

 a { background-color: rgb(140,192,206); }

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

border-color css

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

 span { border-color: rgb(140,192,206); }

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