Html Css Color HEX #217E83 Atoll

📋 copy color: '#217E83'

red 33 ◦ green 126 ◦ blue 131

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

Shades of Atoll #217E83

Tints of Atoll #217E83

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.45%

 BLUE value IS 131 (51.56% from 255) = 45.17%

R = 11.38%
G = 43.45%
B = 45.17%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#217E83 (or 0x217E83) is known color: Atoll. HEX triplet: 21, 7E and 83. RGB value is (33,126,131). Sum of RGB (Red+Green+Blue) = 33+126+131=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #217E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217E83 is #DE817C. Grayscale: #626262. Windows color (decimal): -14582141 or 8617505. OLE color: 8617505.

HSL color Cylindrical-coordinate representation of color #217E83: hue angle of 183.06º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217E83 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 126 131 -
CMYK 0.75 0.04 0 0.49
HSL 183.06º 0.6% 0.32% -
HSV(B) 183.06º 0.75% 0.51% -
XYZ 12.18 16.88 24.09 -
YUV 98.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 33 126 131 0.75 0.04 0 0.49 183.06 0.6 0.32
Hex 21 7E 83 4B 4 0 31 B7 3C 20
Octal 41 176 203 113 4 0 61 267 74 40
Binary 100001 1111110 10000011 1001011 100 0 110001 10110111 111100 100000

Color Harmonies of #217E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217E83

Black with #217E83

Text Example


Text Example

White with #217E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,126,131); }

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

background-color css

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

 a { background-color: rgb(33,126,131); }

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

border-color css

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

 span { border-color: rgb(33,126,131); }

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