Html Css Color HEX #2BBEED Summer Sky

📋 copy color: '#2BBEED'

red 43 ◦ green 190 ◦ blue 237

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

Shades of Summer Sky #2BBEED

Tints of Summer Sky #2BBEED

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.43%

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 9.15%
G = 40.43%
B = 50.43%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2BBEED (or 0x2BBEED) is known color: Summer Sky. HEX triplet: 2B, BE and ED. RGB value is (43,190,237). Sum of RGB (Red+Green+Blue) = 43+190+237=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #2BBEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBEED is #D44112. Grayscale: #979797. Windows color (decimal): -13910291 or 15580715. OLE color: 15580715.

HSL color Cylindrical-coordinate representation of color #2BBEED: hue angle of 194.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BBEED is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 190 237 -
CMYK 0.82 0.20 0 0.07
HSL 194.54º 0.84% 0.55% -
HSV(B) 194.54º 0.82% 0.93% -
XYZ 34.7 43.45 86.68 -
YUV 151.41 176.3 50.68 -
System Red Green Blue C M Y K H S L
Decimal 43 190 237 0.82 0.20 0 0.07 194.54 0.84 0.55
Hex 2B BE ED 52 14 0 7 C3 54 37
Octal 53 276 355 122 24 0 7 303 124 67
Binary 101011 10111110 11101101 1010010 10100 0 111 11000011 1010100 110111

Color Harmonies of #2BBEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBEED

Black with #2BBEED

Text Example


Text Example

White with #2BBEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,190,237); }

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

background-color css

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

 a { background-color: rgb(43,190,237); }

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

border-color css

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

 span { border-color: rgb(43,190,237); }

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