Html Css Color HEX #2BBECC Summer Sky

📋 copy color: '#2BBECC'

red 43 ◦ green 190 ◦ blue 204

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

Shades of Summer Sky #2BBECC

Tints of Summer Sky #2BBECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 9.84%
G = 43.48%
B = 46.68%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2BBECC (or 0x2BBECC) is known color: Summer Sky. HEX triplet: 2B, BE and CC. RGB value is (43,190,204). Sum of RGB (Red+Green+Blue) = 43+190+204=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BBECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBECC is #D44133. Grayscale: #939393. Windows color (decimal): -13910324 or 13418027. OLE color: 13418027.

HSL color Cylindrical-coordinate representation of color #2BBECC: hue angle of 185.22º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BBECC is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 190 204 -
CMYK 0.79 0.07 0 0.2
HSL 185.22º 0.65% 0.48% -
HSV(B) 185.22º 0.79% 0.8% -
XYZ 30.31 41.7 63.58 -
YUV 147.64 159.8 53.36 -
System Red Green Blue C M Y K H S L
Decimal 43 190 204 0.79 0.07 0 0.2 185.22 0.65 0.48
Hex 2B BE CC 4F 7 0 14 B9 41 30
Octal 53 276 314 117 7 0 24 271 101 60
Binary 101011 10111110 11001100 1001111 111 0 10100 10111001 1000001 110000

Color Harmonies of #2BBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBECC

Black with #2BBECC

Text Example


Text Example

White with #2BBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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