Html Css Color HEX #2B9DDC Summer Sky

📋 copy color: '#2B9DDC'

red 43 ◦ green 157 ◦ blue 220

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

Shades of Summer Sky #2B9DDC

Tints of Summer Sky #2B9DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.38%

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 10.24%
G = 37.38%
B = 52.38%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B9DDC (or 0x2B9DDC) is known color: Summer Sky. HEX triplet: 2B, 9D and DC. RGB value is (43,157,220). Sum of RGB (Red+Green+Blue) = 43+157+220=420 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.24% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B9DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9DDC is #D46223. Grayscale: #818181. Windows color (decimal): -13918756 or 14458155. OLE color: 14458155.

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

Color convert

RGB 43 157 220 -
CMYK 0.80 0.29 0 0.14
HSL 201.36º 0.72% 0.52% -
HSV(B) 201.36º 0.8% 0.86% -
XYZ 25.97 29.79 72.09 -
YUV 130.1 178.73 65.88 -
System Red Green Blue C M Y K H S L
Decimal 43 157 220 0.80 0.29 0 0.14 201.36 0.72 0.52
Hex 2B 9D DC 50 1D 0 E C9 48 34
Octal 53 235 334 120 35 0 16 311 110 64
Binary 101011 10011101 11011100 1010000 11101 0 1110 11001001 1001000 110100

Color Harmonies of #2B9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9DDC

Black with #2B9DDC

Text Example


Text Example

White with #2B9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,157,220); }

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

background-color css

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

 a { background-color: rgb(43,157,220); }

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

border-color css

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

 span { border-color: rgb(43,157,220); }

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