Html Css Color HEX #229DCE Pelorous

📋 copy color: '#229DCE'

red 34 ◦ green 157 ◦ blue 206

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

Shades of Pelorous #229DCE

Tints of Pelorous #229DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 8.56%
G = 39.55%
B = 51.89%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#229DCE (or 0x229DCE) is known color: Pelorous. HEX triplet: 22, 9D and CE. RGB value is (34,157,206). Sum of RGB (Red+Green+Blue) = 34+157+206=397 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.56% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #229DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229DCE is #DD6231. Grayscale: #7D7D7D. Windows color (decimal): -14508594 or 13540642. OLE color: 13540642.

HSL color Cylindrical-coordinate representation of color #229DCE: hue angle of 197.09º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #229DCE is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 157 206 -
CMYK 0.83 0.24 0 0.19
HSL 197.09º 0.72% 0.47% -
HSV(B) 197.09º 0.83% 0.81% -
XYZ 23.86 28.91 62.72 -
YUV 125.81 173.25 62.52 -
System Red Green Blue C M Y K H S L
Decimal 34 157 206 0.83 0.24 0 0.19 197.09 0.72 0.47
Hex 22 9D CE 53 18 0 13 C5 48 2F
Octal 42 235 316 123 30 0 23 305 110 57
Binary 100010 10011101 11001110 1010011 11000 0 10011 11000101 1001000 101111

Color Harmonies of #229DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229DCE

Black with #229DCE

Text Example


Text Example

White with #229DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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