Html Css Color HEX #2B9DEA Summer Sky

📋 copy color: '#2B9DEA'

red 43 ◦ green 157 ◦ blue 234

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

Shades of Summer Sky #2B9DEA

Tints of Summer Sky #2B9DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 9.91%
G = 36.18%
B = 53.92%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2B9DEA (or 0x2B9DEA) is known color: Summer Sky. HEX triplet: 2B, 9D and EA. RGB value is (43,157,234). Sum of RGB (Red+Green+Blue) = 43+157+234=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B9DEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9DEA is #D46215. Grayscale: #838383. Windows color (decimal): -13918742 or 15375659. OLE color: 15375659.

HSL color Cylindrical-coordinate representation of color #2B9DEA: hue angle of 204.19º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B9DEA is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 157 234 -
CMYK 0.82 0.33 0 0.08
HSL 204.19º 0.82% 0.54% -
HSV(B) 204.19º 0.82% 0.92% -
XYZ 27.9 30.57 82.27 -
YUV 131.69 185.73 64.74 -
System Red Green Blue C M Y K H S L
Decimal 43 157 234 0.82 0.33 0 0.08 204.19 0.82 0.54
Hex 2B 9D EA 52 21 0 8 CC 52 36
Octal 53 235 352 122 41 0 10 314 122 66
Binary 101011 10011101 11101010 1010010 100001 0 1000 11001100 1010010 110110

Color Harmonies of #2B9DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9DEA

Black with #2B9DEA

Text Example


Text Example

White with #2B9DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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