Html Css Color HEX #229BDF Summer Sky

📋 copy color: '#229BDF'

red 34 ◦ green 155 ◦ blue 223

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

Shades of Summer Sky #229BDF

Tints of Summer Sky #229BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 8.25%
G = 37.62%
B = 54.13%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#229BDF (or 0x229BDF) is known color: Summer Sky. HEX triplet: 22, 9B and DF. RGB value is (34,155,223). Sum of RGB (Red+Green+Blue) = 34+155+223=412 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.25% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #229BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229BDF is #DD6420. Grayscale: #7E7E7E. Windows color (decimal): -14509089 or 14654242. OLE color: 14654242.

HSL color Cylindrical-coordinate representation of color #229BDF: hue angle of 201.59º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #229BDF is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 155 223 -
CMYK 0.85 0.30 0 0.13
HSL 201.59º 0.75% 0.5% -
HSV(B) 201.59º 0.85% 0.87% -
XYZ 25.7 29.11 74.08 -
YUV 126.57 182.41 61.97 -
System Red Green Blue C M Y K H S L
Decimal 34 155 223 0.85 0.30 0 0.13 201.59 0.75 0.5
Hex 22 9B DF 55 1E 0 D CA 4B 32
Octal 42 233 337 125 36 0 15 312 113 62
Binary 100010 10011011 11011111 1010101 11110 0 1101 11001010 1001011 110010

Color Harmonies of #229BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229BDF

Black with #229BDF

Text Example


Text Example

White with #229BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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