Html Css Color HEX #217B83 Atoll

📋 copy color: '#217B83'

red 33 ◦ green 123 ◦ blue 131

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

Shades of Atoll #217B83

Tints of Atoll #217B83

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.86%

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

R = 11.5%
G = 42.86%
B = 45.64%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#217B83 (or 0x217B83) is known color: Atoll. HEX triplet: 21, 7B and 83. RGB value is (33,123,131). Sum of RGB (Red+Green+Blue) = 33+123+131=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #217B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217B83 is #DE847C. Grayscale: #606060. Windows color (decimal): -14582909 or 8616737. OLE color: 8616737.

HSL color Cylindrical-coordinate representation of color #217B83: hue angle of 184.9º 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 #217B83 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 123 131 -
CMYK 0.75 0.06 0 0.49
HSL 184.9º 0.6% 0.32% -
HSV(B) 184.9º 0.75% 0.51% -
XYZ 11.81 16.13 23.96 -
YUV 97 147.18 82.35 -
System Red Green Blue C M Y K H S L
Decimal 33 123 131 0.75 0.06 0 0.49 184.9 0.6 0.32
Hex 21 7B 83 4B 6 0 31 B9 3C 20
Octal 41 173 203 113 6 0 61 271 74 40
Binary 100001 1111011 10000011 1001011 110 0 110001 10111001 111100 100000

Color Harmonies of #217B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217B83

Black with #217B83

Text Example


Text Example

White with #217B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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