Html Css Color HEX #2BBAEE Summer Sky

📋 copy color: '#2BBAEE'

red 43 ◦ green 186 ◦ blue 238

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

Shades of Summer Sky #2BBAEE

Tints of Summer Sky #2BBAEE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.83%

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 9.21%
G = 39.83%
B = 50.96%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2BBAEE (or 0x2BBAEE) is known color: Summer Sky. HEX triplet: 2B, BA and EE. RGB value is (43,186,238). Sum of RGB (Red+Green+Blue) = 43+186+238=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #2BBAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBAEE is #D44511. Grayscale: #949494. Windows color (decimal): -13911314 or 15645227. OLE color: 15645227.

HSL color Cylindrical-coordinate representation of color #2BBAEE: hue angle of 196º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BBAEE is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 186 238 -
CMYK 0.82 0.22 0 0.07
HSL 196º 0.85% 0.55% -
HSV(B) 196º 0.82% 0.93% -
XYZ 33.99 41.8 87.17 -
YUV 149.17 178.12 52.27 -
System Red Green Blue C M Y K H S L
Decimal 43 186 238 0.82 0.22 0 0.07 196 0.85 0.55
Hex 2B BA EE 52 16 0 7 C4 55 37
Octal 53 272 356 122 26 0 7 304 125 67
Binary 101011 10111010 11101110 1010010 10110 0 111 11000100 1010101 110111

Color Harmonies of #2BBAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBAEE

Black with #2BBAEE

Text Example


Text Example

White with #2BBAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,186,238); }

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

background-color css

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

 a { background-color: rgb(43,186,238); }

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

border-color css

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

 span { border-color: rgb(43,186,238); }

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