Html Css Color HEX #229CD0 Pelorous

📋 copy color: '#229CD0'

red 34 ◦ green 156 ◦ blue 208

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

Shades of Pelorous #229CD0

Tints of Pelorous #229CD0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.2%

 BLUE value IS 208 (81.64% from 255) = 52.26%

R = 8.54%
G = 39.2%
B = 52.26%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#229CD0 (or 0x229CD0) is known color: Pelorous. HEX triplet: 22, 9C and D0. RGB value is (34,156,208). Sum of RGB (Red+Green+Blue) = 34+156+208=398 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.54% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #229CD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229CD0 is #DD632F. Grayscale: #7D7D7D. Windows color (decimal): -14508848 or 13671458. OLE color: 13671458.

HSL color Cylindrical-coordinate representation of color #229CD0: hue angle of 197.93º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #229CD0 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 156 208 -
CMYK 0.84 0.25 0 0.18
HSL 197.93º 0.72% 0.47% -
HSV(B) 197.93º 0.84% 0.82% -
XYZ 23.93 28.67 63.95 -
YUV 125.45 174.58 62.77 -
System Red Green Blue C M Y K H S L
Decimal 34 156 208 0.84 0.25 0 0.18 197.93 0.72 0.47
Hex 22 9C D0 54 19 0 12 C6 48 2F
Octal 42 234 320 124 31 0 22 306 110 57
Binary 100010 10011100 11010000 1010100 11001 0 10010 11000110 1001000 101111

Color Harmonies of #229CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229CD0

Black with #229CD0

Text Example


Text Example

White with #229CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,156,208); }

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

background-color css

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

 a { background-color: rgb(34,156,208); }

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

border-color css

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

 span { border-color: rgb(34,156,208); }

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