Html Css Color HEX #2BBCDB Summer Sky

📋 copy color: '#2BBCDB'

red 43 ◦ green 188 ◦ blue 219

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

Shades of Summer Sky #2BBCDB

Tints of Summer Sky #2BBCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.78%

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 9.56%
G = 41.78%
B = 48.67%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2BBCDB (or 0x2BBCDB) is known color: Summer Sky. HEX triplet: 2B, BC and DB. RGB value is (43,188,219). Sum of RGB (Red+Green+Blue) = 43+188+219=450 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.56% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BBCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCDB is #D44324. Grayscale: #939393. Windows color (decimal): -13910821 or 14400555. OLE color: 14400555.

HSL color Cylindrical-coordinate representation of color #2BBCDB: hue angle of 190.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBCDB is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 188 219 -
CMYK 0.80 0.14 0 0.14
HSL 190.57º 0.71% 0.51% -
HSV(B) 190.57º 0.8% 0.86% -
XYZ 31.77 41.59 73.37 -
YUV 148.18 167.96 52.98 -
System Red Green Blue C M Y K H S L
Decimal 43 188 219 0.80 0.14 0 0.14 190.57 0.71 0.51
Hex 2B BC DB 50 E 0 E BF 47 33
Octal 53 274 333 120 16 0 16 277 107 63
Binary 101011 10111100 11011011 1010000 1110 0 1110 10111111 1000111 110011

Color Harmonies of #2BBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBCDB

Black with #2BBCDB

Text Example


Text Example

White with #2BBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,188,219); }

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

background-color css

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

 a { background-color: rgb(43,188,219); }

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

border-color css

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

 span { border-color: rgb(43,188,219); }

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