Html Css Color HEX #2BBEDD Summer Sky

📋 copy color: '#2BBEDD'

red 43 ◦ green 190 ◦ blue 221

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

Shades of Summer Sky #2BBEDD

Tints of Summer Sky #2BBEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 9.47%
G = 41.85%
B = 48.68%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2BBEDD (or 0x2BBEDD) is known color: Summer Sky. HEX triplet: 2B, BE and DD. RGB value is (43,190,221). Sum of RGB (Red+Green+Blue) = 43+190+221=454 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.47% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BBEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBEDD is #D44122. Grayscale: #959595. Windows color (decimal): -13910307 or 14532139. OLE color: 14532139.

HSL color Cylindrical-coordinate representation of color #2BBEDD: hue angle of 190.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BBEDD is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 190 221 -
CMYK 0.81 0.14 0 0.13
HSL 190.45º 0.72% 0.52% -
HSV(B) 190.45º 0.81% 0.87% -
XYZ 32.46 42.56 74.91 -
YUV 149.58 168.3 51.98 -
System Red Green Blue C M Y K H S L
Decimal 43 190 221 0.81 0.14 0 0.13 190.45 0.72 0.52
Hex 2B BE DD 51 E 0 D BE 48 34
Octal 53 276 335 121 16 0 15 276 110 64
Binary 101011 10111110 11011101 1010001 1110 0 1101 10111110 1001000 110100

Color Harmonies of #2BBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBEDD

Black with #2BBEDD

Text Example


Text Example

White with #2BBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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