Html Css Color HEX #228DAB Pelorous

📋 copy color: '#228DAB'

red 34 ◦ green 141 ◦ blue 171

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

Shades of Pelorous #228DAB

Tints of Pelorous #228DAB

RGB

 RED value IS 34 (13.67% from 255) = 9.83%

 GREEN value IS 141 (55.47% from 255) = 40.75%

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 9.83%
G = 40.75%
B = 49.42%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#228DAB (or 0x228DAB) is known color: Pelorous. HEX triplet: 22, 8D and AB. RGB value is (34,141,171). Sum of RGB (Red+Green+Blue) = 34+141+171=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #228DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228DAB is #DD7254. Grayscale: #707070. Windows color (decimal): -14512725 or 11242786. OLE color: 11242786.

HSL color Cylindrical-coordinate representation of color #228DAB: hue angle of 193.14º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #228DAB is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 141 171 -
CMYK 0.80 0.18 0 0.33
HSL 193.14º 0.67% 0.4% -
HSV(B) 193.14º 0.8% 0.67% -
XYZ 17.54 22.33 41.91 -
YUV 112.43 161.05 72.06 -
System Red Green Blue C M Y K H S L
Decimal 34 141 171 0.80 0.18 0 0.33 193.14 0.67 0.4
Hex 22 8D AB 50 12 0 21 C1 43 28
Octal 42 215 253 120 22 0 41 301 103 50
Binary 100010 10001101 10101011 1010000 10010 0 100001 11000001 1000011 101000

Color Harmonies of #228DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228DAB

Black with #228DAB

Text Example


Text Example

White with #228DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228DAB; }

 p { color: rgb(34,141,171); }

 H1.HeaderClassName
 {
   color: #228DAB;
 }
 .AnyTagClassName
 {
   color: #228DAB;
 }
</style>

background-color css

<style>
 a { background-color: #228DAB; }

 a { background-color: rgb(34,141,171); }

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

border-color css

<style>
 span { border-color: #228DAB; }

 span { border-color: rgb(34,141,171); }

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