Html Css Color HEX #85CFC3 Bermuda

📋 copy color: '#85CFC3'

red 133 ◦ green 207 ◦ blue 195

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

Shades of Bermuda #85CFC3

Tints of Bermuda #85CFC3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.69%

 BLUE value IS 195 (76.56% from 255) = 36.45%

R = 24.86%
G = 38.69%
B = 36.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#85CFC3 (or 0x85CFC3) is known color: Bermuda. HEX triplet: 85, CF and C3. RGB value is (133,207,195). Sum of RGB (Red+Green+Blue) = 133+207+195=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFC3 is #7A303C. Grayscale: #B7B7B7. Windows color (decimal): -8007741 or 12832645. OLE color: 12832645.

HSL color Cylindrical-coordinate representation of color #85CFC3: hue angle of 170.27º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CFC3 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 195 -
CMYK 0.36 0 0.06 0.19
HSL 170.27º 0.44% 0.67% -
HSV(B) 170.27º 0.36% 0.81% -
XYZ 41.84 53.55 59.76 -
YUV 183.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 133 207 195 0.36 0 0.06 0.19 170.27 0.44 0.67
Hex 85 CF C3 24 0 6 13 AA 2C 43
Octal 205 317 303 44 0 6 23 252 54 103
Binary 10000101 11001111 11000011 100100 0 110 10011 10101010 101100 1000011

Color Harmonies of #85CFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CFC3

Black with #85CFC3

Text Example


Text Example

White with #85CFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,207,195); }

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

background-color css

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

 a { background-color: rgb(133,207,195); }

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

border-color css

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

 span { border-color: rgb(133,207,195); }

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