Html Css Color HEX #229ABC Pelorous

📋 copy color: '#229ABC'

red 34 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #229ABC

Tints of Pelorous #229ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

 BLUE value IS 188 (73.83% from 255) = 50%

R = 9.04%
G = 40.96%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#229ABC (or 0x229ABC) is known color: Pelorous. HEX triplet: 22, 9A and BC. RGB value is (34,154,188). Sum of RGB (Red+Green+Blue) = 34+154+188=376 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.04% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #229ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229ABC is #DD6543. Grayscale: #797979. Windows color (decimal): -14509380 or 12360226. OLE color: 12360226.

HSL color Cylindrical-coordinate representation of color #229ABC: hue angle of 193.25º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #229ABC is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 154 188 -
CMYK 0.82 0.18 0 0.26
HSL 193.25º 0.69% 0.44% -
HSV(B) 193.25º 0.82% 0.74% -
XYZ 21.29 27.08 51.68 -
YUV 122 165.24 65.24 -
System Red Green Blue C M Y K H S L
Decimal 34 154 188 0.82 0.18 0 0.26 193.25 0.69 0.44
Hex 22 9A BC 52 12 0 1A C1 45 2C
Octal 42 232 274 122 22 0 32 301 105 54
Binary 100010 10011010 10111100 1010010 10010 0 11010 11000001 1000101 101100

Color Harmonies of #229ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229ABC

Black with #229ABC

Text Example


Text Example

White with #229ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229ABC; }

 p { color: rgb(34,154,188); }

 H1.HeaderClassName
 {
   color: #229ABC;
 }
 .AnyTagClassName
 {
   color: #229ABC;
 }
</style>

background-color css

<style>
 a { background-color: #229ABC; }

 a { background-color: rgb(34,154,188); }

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

border-color css

<style>
 span { border-color: #229ABC; }

 span { border-color: rgb(34,154,188); }

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