Html Css Color HEX #229EE6 Summer Sky

📋 copy color: '#229EE6'

red 34 ◦ green 158 ◦ blue 230

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

Shades of Summer Sky #229EE6

Tints of Summer Sky #229EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.5%

R = 8.06%
G = 37.44%
B = 54.5%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#229EE6 (or 0x229EE6) is known color: Summer Sky. HEX triplet: 22, 9E and E6. RGB value is (34,158,230). Sum of RGB (Red+Green+Blue) = 34+158+230=422 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.06% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #229EE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229EE6 is #DD6119. Grayscale: #808080. Windows color (decimal): -14508314 or 15113762. OLE color: 15113762.

HSL color Cylindrical-coordinate representation of color #229EE6: hue angle of 202.04º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #229EE6 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 34 158 230 -
CMYK 0.85 0.31 0 0.10
HSL 202.04º 0.8% 0.52% -
HSV(B) 202.04º 0.85% 0.9% -
XYZ 27.17 30.51 79.32 -
YUV 129.13 184.92 60.15 -
System Red Green Blue C M Y K H S L
Decimal 34 158 230 0.85 0.31 0 0.10 202.04 0.8 0.52
Hex 22 9E E6 55 1F 0 A CA 50 34
Octal 42 236 346 125 37 0 12 312 120 64
Binary 100010 10011110 11100110 1010101 11111 0 1010 11001010 1010000 110100

Color Harmonies of #229EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229EE6

Black with #229EE6

Text Example


Text Example

White with #229EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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