Html Css Color HEX #85CBCA Bermuda

📋 copy color: '#85CBCA'

red 133 ◦ green 203 ◦ blue 202

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

Shades of Bermuda #85CBCA

Tints of Bermuda #85CBCA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.73%

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 24.72%
G = 37.73%
B = 37.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#85CBCA (or 0x85CBCA) is known color: Bermuda. HEX triplet: 85, CB and CA. RGB value is (133,203,202). Sum of RGB (Red+Green+Blue) = 133+203+202=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBCA is #7A3435. Grayscale: #B5B5B5. Windows color (decimal): -8008758 or 13290373. OLE color: 13290373.

HSL color Cylindrical-coordinate representation of color #85CBCA: hue angle of 179.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CBCA is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 203 202 -
CMYK 0.34 0 0.00 0.20
HSL 179.14º 0.4% 0.66% -
HSV(B) 179.14º 0.34% 0.8% -
XYZ 41.69 51.96 63.71 -
YUV 181.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 133 203 202 0.34 0 0.00 0.20 179.14 0.4 0.66
Hex 85 CB CA 22 0 0 14 B3 28 42
Octal 205 313 312 42 0 0 24 263 50 102
Binary 10000101 11001011 11001010 100010 0 0 10100 10110011 101000 1000010

Color Harmonies of #85CBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CBCA

Black with #85CBCA

Text Example


Text Example

White with #85CBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,203,202); }

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

background-color css

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

 a { background-color: rgb(133,203,202); }

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

border-color css

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

 span { border-color: rgb(133,203,202); }

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