Html Css Color HEX #8CCEBB Bermuda

📋 copy color: '#8CCEBB'

red 140 ◦ green 206 ◦ blue 187

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

Shades of Bermuda #8CCEBB

Tints of Bermuda #8CCEBB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.65%

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 26.27%
G = 38.65%
B = 35.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#8CCEBB (or 0x8CCEBB) is known color: Bermuda. HEX triplet: 8C, CE and BB. RGB value is (140,206,187). Sum of RGB (Red+Green+Blue) = 140+206+187=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEBB is #733144. Grayscale: #B8B8B8. Windows color (decimal): -7549253 or 12308108. OLE color: 12308108.

HSL color Cylindrical-coordinate representation of color #8CCEBB: hue angle of 162.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 #8CCEBB is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 206 187 -
CMYK 0.32 0 0.09 0.19
HSL 162.73º 0.4% 0.68% -
HSV(B) 162.73º 0.32% 0.81% -
XYZ 41.86 53.31 55.1 -
YUV 184.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 140 206 187 0.32 0 0.09 0.19 162.73 0.4 0.68
Hex 8C CE BB 20 0 9 13 A3 28 44
Octal 214 316 273 40 0 11 23 243 50 104
Binary 10001100 11001110 10111011 100000 0 1001 10011 10100011 101000 1000100

Color Harmonies of #8CCEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEBB

Black with #8CCEBB

Text Example


Text Example

White with #8CCEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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