Html Css Color HEX #229DC9 Pelorous

📋 copy color: '#229DC9'

red 34 ◦ green 157 ◦ blue 201

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

Shades of Pelorous #229DC9

Tints of Pelorous #229DC9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.05%

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 8.67%
G = 40.05%
B = 51.28%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#229DC9 (or 0x229DC9) is known color: Pelorous. HEX triplet: 22, 9D and C9. RGB value is (34,157,201). Sum of RGB (Red+Green+Blue) = 34+157+201=392 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.67% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #229DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229DC9 is #DD6236. Grayscale: #7C7C7C. Windows color (decimal): -14508599 or 13212962. OLE color: 13212962.

HSL color Cylindrical-coordinate representation of color #229DC9: hue angle of 195.81º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #229DC9 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 34 157 201 -
CMYK 0.83 0.22 0 0.21
HSL 195.81º 0.71% 0.46% -
HSV(B) 195.81º 0.83% 0.79% -
XYZ 23.26 28.67 59.57 -
YUV 125.24 170.75 62.92 -
System Red Green Blue C M Y K H S L
Decimal 34 157 201 0.83 0.22 0 0.21 195.81 0.71 0.46
Hex 22 9D C9 53 16 0 15 C4 47 2E
Octal 42 235 311 123 26 0 25 304 107 56
Binary 100010 10011101 11001001 1010011 10110 0 10101 11000100 1000111 101110

Color Harmonies of #229DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229DC9

Black with #229DC9

Text Example


Text Example

White with #229DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,157,201); }

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

background-color css

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

 a { background-color: rgb(34,157,201); }

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

border-color css

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

 span { border-color: rgb(34,157,201); }

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