Html Css Color HEX #229BBD Pelorous

📋 copy color: '#229BBD'

red 34 ◦ green 155 ◦ blue 189

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

Shades of Pelorous #229BBD

Tints of Pelorous #229BBD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.01%

 BLUE value IS 189 (74.22% from 255) = 50%

R = 8.99%
G = 41.01%
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

#229BBD (or 0x229BBD) is known color: Pelorous. HEX triplet: 22, 9B and BD. RGB value is (34,155,189). Sum of RGB (Red+Green+Blue) = 34+155+189=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #229BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229BBD is #DD6442. Grayscale: #7A7A7A. Windows color (decimal): -14509123 or 12426018. OLE color: 12426018.

HSL color Cylindrical-coordinate representation of color #229BBD: hue angle of 193.16º degrees, saturation: 0.7, 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 #229BBD is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 155 189 -
CMYK 0.82 0.18 0 0.26
HSL 193.16º 0.7% 0.44% -
HSV(B) 193.16º 0.82% 0.74% -
XYZ 21.57 27.46 52.31 -
YUV 122.7 165.41 64.74 -
System Red Green Blue C M Y K H S L
Decimal 34 155 189 0.82 0.18 0 0.26 193.16 0.7 0.44
Hex 22 9B BD 52 12 0 1A C1 46 2C
Octal 42 233 275 122 22 0 32 301 106 54
Binary 100010 10011011 10111101 1010010 10010 0 11010 11000001 1000110 101100

Color Harmonies of #229BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229BBD

Black with #229BBD

Text Example


Text Example

White with #229BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,155,189); }

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

background-color css

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

 a { background-color: rgb(34,155,189); }

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

border-color css

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

 span { border-color: rgb(34,155,189); }

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