Html Css Color HEX #2BBDD9 Summer Sky

📋 copy color: '#2BBDD9'

red 43 ◦ green 189 ◦ blue 217

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

Shades of Summer Sky #2BBDD9

Tints of Summer Sky #2BBDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.09%

 BLUE value IS 217 (85.16% from 255) = 48.33%

R = 9.58%
G = 42.09%
B = 48.33%

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

#2BBDD9 (or 0x2BBDD9) is known color: Summer Sky. HEX triplet: 2B, BD and D9. RGB value is (43,189,217). Sum of RGB (Red+Green+Blue) = 43+189+217=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #2BBDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBDD9 is #D44226. Grayscale: #949494. Windows color (decimal): -13910567 or 14269739. OLE color: 14269739.

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

Color convert

RGB 43 189 217 -
CMYK 0.80 0.13 0 0.15
HSL 189.66º 0.7% 0.51% -
HSV(B) 189.66º 0.8% 0.85% -
XYZ 31.72 41.92 72.07 -
YUV 148.54 166.63 52.72 -
System Red Green Blue C M Y K H S L
Decimal 43 189 217 0.80 0.13 0 0.15 189.66 0.7 0.51
Hex 2B BD D9 50 D 0 F BE 46 33
Octal 53 275 331 120 15 0 17 276 106 63
Binary 101011 10111101 11011001 1010000 1101 0 1111 10111110 1000110 110011

Color Harmonies of #2BBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBDD9

Black with #2BBDD9

Text Example


Text Example

White with #2BBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,189,217); }

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

background-color css

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

 a { background-color: rgb(43,189,217); }

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

border-color css

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

 span { border-color: rgb(43,189,217); }

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