Html Css Color HEX #93CCC7 Bermuda

📋 copy color: '#93CCC7'

red 147 ◦ green 204 ◦ blue 199

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

Shades of Bermuda #93CCC7

Tints of Bermuda #93CCC7

RGB

 RED value IS 147 (57.81% from 255) = 26.73%

 GREEN value IS 204 (80.08% from 255) = 37.09%

 BLUE value IS 199 (78.13% from 255) = 36.18%

R = 26.73%
G = 37.09%
B = 36.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#93CCC7 (or 0x93CCC7) is known color: Bermuda. HEX triplet: 93, CC and C7. RGB value is (147,204,199). Sum of RGB (Red+Green+Blue) = 147+204+199=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCC7 is #6C3338. Grayscale: #BABABA. Windows color (decimal): -7091001 or 13094035. OLE color: 13094035.

HSL color Cylindrical-coordinate representation of color #93CCC7: hue angle of 174.74º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CCC7 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 204 199 -
CMYK 0.28 0 0.02 0.2
HSL 174.74º 0.36% 0.69% -
HSV(B) 174.74º 0.28% 0.8% -
XYZ 43.93 53.51 62.05 -
YUV 186.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 147 204 199 0.28 0 0.02 0.2 174.74 0.36 0.69
Hex 93 CC C7 1C 0 2 14 AF 24 45
Octal 223 314 307 34 0 2 24 257 44 105
Binary 10010011 11001100 11000111 11100 0 10 10100 10101111 100100 1000101

Color Harmonies of #93CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CCC7

Black with #93CCC7

Text Example


Text Example

White with #93CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93CCC7; }

 p { color: rgb(147,204,199); }

 H1.HeaderClassName
 {
   color: #93CCC7;
 }
 .AnyTagClassName
 {
   color: #93CCC7;
 }
</style>

background-color css

<style>
 a { background-color: #93CCC7; }

 a { background-color: rgb(147,204,199); }

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

border-color css

<style>
 span { border-color: #93CCC7; }

 span { border-color: rgb(147,204,199); }

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