Html Css Color HEX #2B9EDC Summer Sky

📋 copy color: '#2B9EDC'

red 43 ◦ green 158 ◦ blue 220

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

Shades of Summer Sky #2B9EDC

Tints of Summer Sky #2B9EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.53%

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

R = 10.21%
G = 37.53%
B = 52.26%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B9EDC (or 0x2B9EDC) is known color: Summer Sky. HEX triplet: 2B, 9E and DC. RGB value is (43,158,220). Sum of RGB (Red+Green+Blue) = 43+158+220=421 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.21% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B9EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9EDC is #D46123. Grayscale: #828282. Windows color (decimal): -13918500 or 14458411. OLE color: 14458411.

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

Color convert

RGB 43 158 220 -
CMYK 0.80 0.28 0 0.14
HSL 201.02º 0.72% 0.52% -
HSV(B) 201.02º 0.8% 0.86% -
XYZ 26.14 30.13 72.15 -
YUV 130.68 178.4 65.46 -
System Red Green Blue C M Y K H S L
Decimal 43 158 220 0.80 0.28 0 0.14 201.02 0.72 0.52
Hex 2B 9E DC 50 1C 0 E C9 48 34
Octal 53 236 334 120 34 0 16 311 110 64
Binary 101011 10011110 11011100 1010000 11100 0 1110 11001001 1001000 110100

Color Harmonies of #2B9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9EDC

Black with #2B9EDC

Text Example


Text Example

White with #2B9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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