Html Css Color HEX #2BBCF6 Summer Sky

📋 copy color: '#2BBCF6'

red 43 ◦ green 188 ◦ blue 246

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

Shades of Summer Sky #2BBCF6

Tints of Summer Sky #2BBCF6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.41%

 BLUE value IS 246 (96.48% from 255) = 51.57%

R = 9.01%
G = 39.41%
B = 51.57%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2BBCF6 (or 0x2BBCF6) is known color: Summer Sky. HEX triplet: 2B, BC and F6. RGB value is (43,188,246). Sum of RGB (Red+Green+Blue) = 43+188+246=477 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.01% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #2BBCF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBCF6 is #D44309. Grayscale: #969696. Windows color (decimal): -13910794 or 16170027. OLE color: 16170027.

HSL color Cylindrical-coordinate representation of color #2BBCF6: hue angle of 197.14º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BBCF6 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 43 188 246 -
CMYK 0.83 0.24 0 0.04
HSL 197.14º 0.92% 0.57% -
HSV(B) 197.14º 0.83% 0.96% -
XYZ 35.61 43.13 93.64 -
YUV 151.26 181.46 50.78 -
System Red Green Blue C M Y K H S L
Decimal 43 188 246 0.83 0.24 0 0.04 197.14 0.92 0.57
Hex 2B BC F6 53 18 0 4 C5 5C 39
Octal 53 274 366 123 30 0 4 305 134 71
Binary 101011 10111100 11110110 1010011 11000 0 100 11000101 1011100 111001

Color Harmonies of #2BBCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBCF6

Black with #2BBCF6

Text Example


Text Example

White with #2BBCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,188,246); }

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

background-color css

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

 a { background-color: rgb(43,188,246); }

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

border-color css

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

 span { border-color: rgb(43,188,246); }

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