Html Css Color HEX #2BAEEF Summer Sky

📋 copy color: '#2BAEEF'

red 43 ◦ green 174 ◦ blue 239

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

Shades of Summer Sky #2BAEEF

Tints of Summer Sky #2BAEEF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.16%

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 9.43%
G = 38.16%
B = 52.41%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2BAEEF (or 0x2BAEEF) is known color: Summer Sky. HEX triplet: 2B, AE and EF. RGB value is (43,174,239). Sum of RGB (Red+Green+Blue) = 43+174+239=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BAEEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAEEF is #D45110. Grayscale: #8D8D8D. Windows color (decimal): -13914385 or 15707691. OLE color: 15707691.

HSL color Cylindrical-coordinate representation of color #2BAEEF: hue angle of 199.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BAEEF is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 174 239 -
CMYK 0.82 0.27 0 0.06
HSL 199.9º 0.86% 0.55% -
HSV(B) 199.9º 0.82% 0.94% -
XYZ 31.71 37.02 87.14 -
YUV 142.24 182.6 57.21 -
System Red Green Blue C M Y K H S L
Decimal 43 174 239 0.82 0.27 0 0.06 199.9 0.86 0.55
Hex 2B AE EF 52 1B 0 6 C8 56 37
Octal 53 256 357 122 33 0 6 310 126 67
Binary 101011 10101110 11101111 1010010 11011 0 110 11001000 1010110 110111

Color Harmonies of #2BAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAEEF

Black with #2BAEEF

Text Example


Text Example

White with #2BAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,174,239); }

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

background-color css

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

 a { background-color: rgb(43,174,239); }

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

border-color css

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

 span { border-color: rgb(43,174,239); }

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