Html Css Color HEX #2B9ADB Summer Sky

📋 copy color: '#2B9ADB'

red 43 ◦ green 154 ◦ blue 219

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

Shades of Summer Sky #2B9ADB

Tints of Summer Sky #2B9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.02%

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

R = 10.34%
G = 37.02%
B = 52.64%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B9ADB (or 0x2B9ADB) is known color: Summer Sky. HEX triplet: 2B, 9A and DB. RGB value is (43,154,219). Sum of RGB (Red+Green+Blue) = 43+154+219=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B9ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9ADB is #D46524. Grayscale: #7F7F7F. Windows color (decimal): -13919525 or 14391851. OLE color: 14391851.

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

Color convert

RGB 43 154 219 -
CMYK 0.80 0.30 0 0.14
HSL 202.16º 0.71% 0.51% -
HSV(B) 202.16º 0.8% 0.86% -
XYZ 25.34 28.74 71.23 -
YUV 128.22 179.23 67.21 -
System Red Green Blue C M Y K H S L
Decimal 43 154 219 0.80 0.30 0 0.14 202.16 0.71 0.51
Hex 2B 9A DB 50 1E 0 E CA 47 33
Octal 53 232 333 120 36 0 16 312 107 63
Binary 101011 10011010 11011011 1010000 11110 0 1110 11001010 1000111 110011

Color Harmonies of #2B9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9ADB

Black with #2B9ADB

Text Example


Text Example

White with #2B9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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