Html Css Color HEX #2BBCF0 Summer Sky

📋 copy color: '#2BBCF0'

red 43 ◦ green 188 ◦ blue 240

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

Shades of Summer Sky #2BBCF0

Tints of Summer Sky #2BBCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.96%

R = 9.13%
G = 39.92%
B = 50.96%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2BBCF0 (or 0x2BBCF0) is known color: Summer Sky. HEX triplet: 2B, BC and F0. RGB value is (43,188,240). Sum of RGB (Red+Green+Blue) = 43+188+240=471 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.13% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #2BBCF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBCF0 is #D4430F. Grayscale: #969696. Windows color (decimal): -13910800 or 15776811. OLE color: 15776811.

HSL color Cylindrical-coordinate representation of color #2BBCF0: hue angle of 195.84º degrees, saturation: 0.87, 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 #2BBCF0 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 188 240 -
CMYK 0.82 0.22 0 0.06
HSL 195.84º 0.87% 0.55% -
HSV(B) 195.84º 0.82% 0.94% -
XYZ 34.71 42.77 88.86 -
YUV 150.57 178.46 51.27 -
System Red Green Blue C M Y K H S L
Decimal 43 188 240 0.82 0.22 0 0.06 195.84 0.87 0.55
Hex 2B BC F0 52 16 0 6 C4 57 37
Octal 53 274 360 122 26 0 6 304 127 67
Binary 101011 10111100 11110000 1010010 10110 0 110 11000100 1010111 110111

Color Harmonies of #2BBCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBCF0

Black with #2BBCF0

Text Example


Text Example

White with #2BBCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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