Html Css Color HEX #2BBEE9 Summer Sky

📋 copy color: '#2BBEE9'

red 43 ◦ green 190 ◦ blue 233

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

Shades of Summer Sky #2BBEE9

Tints of Summer Sky #2BBEE9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.77%

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

R = 9.23%
G = 40.77%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2BBEE9 (or 0x2BBEE9) is known color: Summer Sky. HEX triplet: 2B, BE and E9. RGB value is (43,190,233). Sum of RGB (Red+Green+Blue) = 43+190+233=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #2BBEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBEE9 is #D44116. Grayscale: #969696. Windows color (decimal): -13910295 or 15318571. OLE color: 15318571.

HSL color Cylindrical-coordinate representation of color #2BBEE9: hue angle of 193.58º 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 #2BBEE9 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 190 233 -
CMYK 0.82 0.18 0 0.09
HSL 193.58º 0.81% 0.54% -
HSV(B) 193.58º 0.82% 0.91% -
XYZ 34.12 43.22 83.64 -
YUV 150.95 174.3 51 -
System Red Green Blue C M Y K H S L
Decimal 43 190 233 0.82 0.18 0 0.09 193.58 0.81 0.54
Hex 2B BE E9 52 12 0 9 C2 51 36
Octal 53 276 351 122 22 0 11 302 121 66
Binary 101011 10111110 11101001 1010010 10010 0 1001 11000010 1010001 110110

Color Harmonies of #2BBEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBEE9

Black with #2BBEE9

Text Example


Text Example

White with #2BBEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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