Html Css Color HEX #2BCBDB Summer Sky

📋 copy color: '#2BCBDB'

red 43 ◦ green 203 ◦ blue 219

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

Shades of Summer Sky #2BCBDB

Tints of Summer Sky #2BCBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.66%

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

R = 9.25%
G = 43.66%
B = 47.1%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2BCBDB (or 0x2BCBDB) is known color: Summer Sky. HEX triplet: 2B, CB and DB. RGB value is (43,203,219). Sum of RGB (Red+Green+Blue) = 43+203+219=465 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.25% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BCBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBDB is #D43424. Grayscale: #9C9C9C. Windows color (decimal): -13906981 or 14404395. OLE color: 14404395.

HSL color Cylindrical-coordinate representation of color #2BCBDB: hue angle of 185.45º 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 #2BCBDB is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 203 219 -
CMYK 0.80 0.07 0 0.14
HSL 185.45º 0.71% 0.51% -
HSV(B) 185.45º 0.8% 0.86% -
XYZ 35.14 48.34 74.5 -
YUV 156.98 162.99 46.7 -
System Red Green Blue C M Y K H S L
Decimal 43 203 219 0.80 0.07 0 0.14 185.45 0.71 0.51
Hex 2B CB DB 50 7 0 E B9 47 33
Octal 53 313 333 120 7 0 16 271 107 63
Binary 101011 11001011 11011011 1010000 111 0 1110 10111001 1000111 110011

Color Harmonies of #2BCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCBDB

Black with #2BCBDB

Text Example


Text Example

White with #2BCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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