Html Css Color HEX #217F85 Atoll

📋 copy color: '#217F85'

red 33 ◦ green 127 ◦ blue 133

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

Shades of Atoll #217F85

Tints of Atoll #217F85

RGB

 RED value IS 33 (13.28% from 255) = 11.26%

 GREEN value IS 127 (50% from 255) = 43.34%

 BLUE value IS 133 (52.34% from 255) = 45.39%

R = 11.26%
G = 43.34%
B = 45.39%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#217F85 (or 0x217F85) is known color: Atoll. HEX triplet: 21, 7F and 85. RGB value is (33,127,133). Sum of RGB (Red+Green+Blue) = 33+127+133=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #217F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217F85 is #DE807A. Grayscale: #636363. Windows color (decimal): -14581883 or 8748833. OLE color: 8748833.

HSL color Cylindrical-coordinate representation of color #217F85: hue angle of 183.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217F85 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 127 133 -
CMYK 0.75 0.05 0 0.48
HSL 183.6º 0.6% 0.33% -
HSV(B) 183.6º 0.75% 0.52% -
XYZ 12.45 17.2 24.85 -
YUV 99.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 33 127 133 0.75 0.05 0 0.48 183.6 0.6 0.33
Hex 21 7F 85 4B 5 0 30 B8 3C 21
Octal 41 177 205 113 5 0 60 270 74 41
Binary 100001 1111111 10000101 1001011 101 0 110000 10111000 111100 100001

Color Harmonies of #217F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217F85

Black with #217F85

Text Example


Text Example

White with #217F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217F85; }

 p { color: rgb(33,127,133); }

 H1.HeaderClassName
 {
   color: #217F85;
 }
 .AnyTagClassName
 {
   color: #217F85;
 }
</style>

background-color css

<style>
 a { background-color: #217F85; }

 a { background-color: rgb(33,127,133); }

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

border-color css

<style>
 span { border-color: #217F85; }

 span { border-color: rgb(33,127,133); }

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