Html Css Color HEX #2BBEDA Summer Sky

📋 copy color: '#2BBEDA'

red 43 ◦ green 190 ◦ blue 218

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

Shades of Summer Sky #2BBEDA

Tints of Summer Sky #2BBEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 9.53%
G = 42.13%
B = 48.34%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2BBEDA (or 0x2BBEDA) is known color: Summer Sky. HEX triplet: 2B, BE and DA. RGB value is (43,190,218). Sum of RGB (Red+Green+Blue) = 43+190+218=451 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.53% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #2BBEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBEDA is #D44125. Grayscale: #949494. Windows color (decimal): -13910310 or 14335531. OLE color: 14335531.

HSL color Cylindrical-coordinate representation of color #2BBEDA: hue angle of 189.6º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBEDA is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 190 218 -
CMYK 0.80 0.13 0 0.15
HSL 189.6º 0.7% 0.51% -
HSV(B) 189.6º 0.8% 0.85% -
XYZ 32.06 42.4 72.82 -
YUV 149.24 166.8 52.22 -
System Red Green Blue C M Y K H S L
Decimal 43 190 218 0.80 0.13 0 0.15 189.6 0.7 0.51
Hex 2B BE DA 50 D 0 F BE 46 33
Octal 53 276 332 120 15 0 17 276 106 63
Binary 101011 10111110 11011010 1010000 1101 0 1111 10111110 1000110 110011

Color Harmonies of #2BBEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBEDA

Black with #2BBEDA

Text Example


Text Example

White with #2BBEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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