Html Css Color HEX #2B9EE9 Summer Sky

📋 copy color: '#2B9EE9'

red 43 ◦ green 158 ◦ blue 233

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

Shades of Summer Sky #2B9EE9

Tints of Summer Sky #2B9EE9

RGB

 RED value IS 43 (17.19% from 255) = 9.91%

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

 BLUE value IS 233 (91.41% from 255) = 53.69%

R = 9.91%
G = 36.41%
B = 53.69%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2B9EE9 (or 0x2B9EE9) is known color: Summer Sky. HEX triplet: 2B, 9E and E9. RGB value is (43,158,233). Sum of RGB (Red+Green+Blue) = 43+158+233=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 233 (91.41% from 255 or 53.69% from 434); Max value from RGB is 233 - color contains mainly: blue. Hex color #2B9EE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9EE9 is #D46116. Grayscale: #838383. Windows color (decimal): -13918487 or 15310379. OLE color: 15310379.

HSL color Cylindrical-coordinate representation of color #2B9EE9: hue angle of 203.68º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B9EE9 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 158 233 -
CMYK 0.82 0.32 0 0.09
HSL 203.68º 0.81% 0.54% -
HSV(B) 203.68º 0.82% 0.91% -
XYZ 27.93 30.85 81.57 -
YUV 132.17 184.9 64.4 -
System Red Green Blue C M Y K H S L
Decimal 43 158 233 0.82 0.32 0 0.09 203.68 0.81 0.54
Hex 2B 9E E9 52 20 0 9 CC 51 36
Octal 53 236 351 122 40 0 11 314 121 66
Binary 101011 10011110 11101001 1010010 100000 0 1001 11001100 1010001 110110

Color Harmonies of #2B9EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9EE9

Black with #2B9EE9

Text Example


Text Example

White with #2B9EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B9EE9; }

 p { color: rgb(43,158,233); }

 H1.HeaderClassName
 {
   color: #2B9EE9;
 }
 .AnyTagClassName
 {
   color: #2B9EE9;
 }
</style>

background-color css

<style>
 a { background-color: #2B9EE9; }

 a { background-color: rgb(43,158,233); }

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

border-color css

<style>
 span { border-color: #2B9EE9; }

 span { border-color: rgb(43,158,233); }

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