Html Css Color HEX #2BAFE5 Summer Sky

📋 copy color: '#2BAFE5'

red 43 ◦ green 175 ◦ blue 229

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

Shades of Summer Sky #2BAFE5

Tints of Summer Sky #2BAFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.23%

R = 9.62%
G = 39.15%
B = 51.23%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2BAFE5 (or 0x2BAFE5) is known color: Summer Sky. HEX triplet: 2B, AF and E5. RGB value is (43,175,229). Sum of RGB (Red+Green+Blue) = 43+175+229=447 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.62% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 229 (89.84% from 255 or 51.23% from 447); Max value from RGB is 229 - color contains mainly: blue. Hex color #2BAFE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFE5 is #D4501A. Grayscale: #8D8D8D. Windows color (decimal): -13914139 or 15052587. OLE color: 15052587.

HSL color Cylindrical-coordinate representation of color #2BAFE5: hue angle of 197.42º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BAFE5 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 175 229 -
CMYK 0.81 0.24 0 0.10
HSL 197.42º 0.78% 0.53% -
HSV(B) 197.42º 0.81% 0.9% -
XYZ 30.47 36.83 79.63 -
YUV 141.69 177.27 57.61 -
System Red Green Blue C M Y K H S L
Decimal 43 175 229 0.81 0.24 0 0.10 197.42 0.78 0.53
Hex 2B AF E5 51 18 0 A C5 4E 35
Octal 53 257 345 121 30 0 12 305 116 65
Binary 101011 10101111 11100101 1010001 11000 0 1010 11000101 1001110 110101

Color Harmonies of #2BAFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAFE5

Black with #2BAFE5

Text Example


Text Example

White with #2BAFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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