Html Css Color HEX #85CEBB Bermuda

📋 copy color: '#85CEBB'

red 133 ◦ green 206 ◦ blue 187

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

Shades of Bermuda #85CEBB

Tints of Bermuda #85CEBB

RGB

 RED value IS 133 (52.34% from 255) = 25.29%

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

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

R = 25.29%
G = 39.16%
B = 35.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#85CEBB (or 0x85CEBB) is known color: Bermuda. HEX triplet: 85, CE and BB. RGB value is (133,206,187). Sum of RGB (Red+Green+Blue) = 133+206+187=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CEBB is #7A3144. Grayscale: #B6B6B6. Windows color (decimal): -8008005 or 12308101. OLE color: 12308101.

HSL color Cylindrical-coordinate representation of color #85CEBB: hue angle of 164.38º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CEBB is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 187 -
CMYK 0.35 0 0.09 0.19
HSL 164.38º 0.43% 0.66% -
HSV(B) 164.38º 0.35% 0.81% -
XYZ 40.71 52.72 55.04 -
YUV 182.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 133 206 187 0.35 0 0.09 0.19 164.38 0.43 0.66
Hex 85 CE BB 23 0 9 13 A4 2B 42
Octal 205 316 273 43 0 11 23 244 53 102
Binary 10000101 11001110 10111011 100011 0 1001 10011 10100100 101011 1000010

Color Harmonies of #85CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CEBB

Black with #85CEBB

Text Example


Text Example

White with #85CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85CEBB; }

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

 H1.HeaderClassName
 {
   color: #85CEBB;
 }
 .AnyTagClassName
 {
   color: #85CEBB;
 }
</style>

background-color css

<style>
 a { background-color: #85CEBB; }

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

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

border-color css

<style>
 span { border-color: #85CEBB; }

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

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