Html Css Color HEX #89CBCA Bermuda

📋 copy color: '#89CBCA'

red 137 ◦ green 203 ◦ blue 202

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

Shades of Bermuda #89CBCA

Tints of Bermuda #89CBCA

RGB

 RED value IS 137 (53.91% from 255) = 25.28%

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

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

R = 25.28%
G = 37.45%
B = 37.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#89CBCA (or 0x89CBCA) is known color: Bermuda. HEX triplet: 89, CB and CA. RGB value is (137,203,202). Sum of RGB (Red+Green+Blue) = 137+203+202=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #89CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CBCA is #763435. Grayscale: #B7B7B7. Windows color (decimal): -7746614 or 13290377. OLE color: 13290377.

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

Color convert

RGB 137 203 202 -
CMYK 0.33 0 0.00 0.20
HSL 179.09º 0.39% 0.67% -
HSV(B) 179.09º 0.33% 0.8% -
XYZ 42.33 52.29 63.74 -
YUV 183.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 137 203 202 0.33 0 0.00 0.20 179.09 0.39 0.67
Hex 89 CB CA 21 0 0 14 B3 27 43
Octal 211 313 312 41 0 0 24 263 47 103
Binary 10001001 11001011 11001010 100001 0 0 10100 10110011 100111 1000011

Color Harmonies of #89CBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CBCA

Black with #89CBCA

Text Example


Text Example

White with #89CBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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