Html Css Color HEX #229BC7 Pelorous

📋 copy color: '#229BC7'

red 34 ◦ green 155 ◦ blue 199

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

Shades of Pelorous #229BC7

Tints of Pelorous #229BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.29%

R = 8.76%
G = 39.95%
B = 51.29%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#229BC7 (or 0x229BC7) is known color: Pelorous. HEX triplet: 22, 9B and C7. RGB value is (34,155,199). Sum of RGB (Red+Green+Blue) = 34+155+199=388 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.76% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #229BC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229BC7 is #DD6438. Grayscale: #7B7B7B. Windows color (decimal): -14509113 or 13081378. OLE color: 13081378.

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

Color convert

RGB 34 155 199 -
CMYK 0.83 0.22 0 0.22
HSL 196º 0.71% 0.46% -
HSV(B) 196º 0.83% 0.78% -
XYZ 22.69 27.91 58.22 -
YUV 123.84 170.41 63.92 -
System Red Green Blue C M Y K H S L
Decimal 34 155 199 0.83 0.22 0 0.22 196 0.71 0.46
Hex 22 9B C7 53 16 0 16 C4 47 2E
Octal 42 233 307 123 26 0 26 304 107 56
Binary 100010 10011011 11000111 1010011 10110 0 10110 11000100 1000111 101110

Color Harmonies of #229BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229BC7

Black with #229BC7

Text Example


Text Example

White with #229BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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