Html Css Color HEX #2BAFE9 Summer Sky

📋 copy color: '#2BAFE9'

red 43 ◦ green 175 ◦ blue 233

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

Shades of Summer Sky #2BAFE9

Tints of Summer Sky #2BAFE9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.8%

 BLUE value IS 233 (91.41% from 255) = 51.66%

R = 9.53%
G = 38.8%
B = 51.66%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2BAFE9 (or 0x2BAFE9) is known color: Summer Sky. HEX triplet: 2B, AF and E9. RGB value is (43,175,233). Sum of RGB (Red+Green+Blue) = 43+175+233=451 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.53% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #2BAFE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAFE9 is #D45016. Grayscale: #8D8D8D. Windows color (decimal): -13914135 or 15314731. OLE color: 15314731.

HSL color Cylindrical-coordinate representation of color #2BAFE9: hue angle of 198.32º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BAFE9 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 175 233 -
CMYK 0.82 0.25 0 0.09
HSL 198.32º 0.81% 0.54% -
HSV(B) 198.32º 0.82% 0.91% -
XYZ 31.03 37.06 82.61 -
YUV 142.14 179.27 57.28 -
System Red Green Blue C M Y K H S L
Decimal 43 175 233 0.82 0.25 0 0.09 198.32 0.81 0.54
Hex 2B AF E9 52 19 0 9 C6 51 36
Octal 53 257 351 122 31 0 11 306 121 66
Binary 101011 10101111 11101001 1010010 11001 0 1001 11000110 1010001 110110

Color Harmonies of #2BAFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAFE9

Black with #2BAFE9

Text Example


Text Example

White with #2BAFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,175,233); }

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

background-color css

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

 a { background-color: rgb(43,175,233); }

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

border-color css

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

 span { border-color: rgb(43,175,233); }

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