Html Css Color HEX #229ED0 Summer Sky

📋 copy color: '#229ED0'

red 34 ◦ green 158 ◦ blue 208

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

Shades of Summer Sky #229ED0

Tints of Summer Sky #229ED0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

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

R = 8.5%
G = 39.5%
B = 52%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#229ED0 (or 0x229ED0) is known color: Summer Sky. HEX triplet: 22, 9E and D0. RGB value is (34,158,208). Sum of RGB (Red+Green+Blue) = 34+158+208=400 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #229ED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229ED0 is #DD612F. Grayscale: #7E7E7E. Windows color (decimal): -14508336 or 13671970. OLE color: 13671970.

HSL color Cylindrical-coordinate representation of color #229ED0: hue angle of 197.24º 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 #229ED0 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 158 208 -
CMYK 0.84 0.24 0 0.18
HSL 197.24º 0.72% 0.47% -
HSV(B) 197.24º 0.84% 0.82% -
XYZ 24.27 29.35 64.06 -
YUV 126.62 173.92 61.93 -
System Red Green Blue C M Y K H S L
Decimal 34 158 208 0.84 0.24 0 0.18 197.24 0.72 0.47
Hex 22 9E D0 54 18 0 12 C5 48 2F
Octal 42 236 320 124 30 0 22 305 110 57
Binary 100010 10011110 11010000 1010100 11000 0 10010 11000101 1001000 101111

Color Harmonies of #229ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229ED0

Black with #229ED0

Text Example


Text Example

White with #229ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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