Html Css Color HEX #229ABF Pelorous

📋 copy color: '#229ABF'

red 34 ◦ green 154 ◦ blue 191

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

Shades of Pelorous #229ABF

Tints of Pelorous #229ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 8.97%
G = 40.63%
B = 50.4%

CMYK

 C value IS 0.82

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#229ABF (or 0x229ABF) is known color: Pelorous. HEX triplet: 22, 9A and BF. RGB value is (34,154,191). Sum of RGB (Red+Green+Blue) = 34+154+191=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #229ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229ABF is #DD6540. Grayscale: #7A7A7A. Windows color (decimal): -14509377 or 12556834. OLE color: 12556834.

HSL color Cylindrical-coordinate representation of color #229ABF: hue angle of 194.14º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #229ABF is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 154 191 -
CMYK 0.82 0.19 0 0.25
HSL 194.14º 0.7% 0.44% -
HSV(B) 194.14º 0.82% 0.75% -
XYZ 21.62 27.21 53.4 -
YUV 122.34 166.74 64.99 -
System Red Green Blue C M Y K H S L
Decimal 34 154 191 0.82 0.19 0 0.25 194.14 0.7 0.44
Hex 22 9A BF 52 13 0 19 C2 46 2C
Octal 42 232 277 122 23 0 31 302 106 54
Binary 100010 10011010 10111111 1010010 10011 0 11001 11000010 1000110 101100

Color Harmonies of #229ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229ABF

Black with #229ABF

Text Example


Text Example

White with #229ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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