Html Css Color HEX #2BB1CB Summer Sky

📋 copy color: '#2BB1CB'

red 43 ◦ green 177 ◦ blue 203

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

Shades of Summer Sky #2BB1CB

Tints of Summer Sky #2BB1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.84%

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 10.17%
G = 41.84%
B = 47.99%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2BB1CB (or 0x2BB1CB) is known color: Summer Sky. HEX triplet: 2B, B1 and CB. RGB value is (43,177,203). Sum of RGB (Red+Green+Blue) = 43+177+203=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #2BB1CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BB1CB is #D44E34. Grayscale: #8B8B8B. Windows color (decimal): -13913653 or 13349163. OLE color: 13349163.

HSL color Cylindrical-coordinate representation of color #2BB1CB: hue angle of 189.75º 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 #2BB1CB is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 177 203 -
CMYK 0.79 0.13 0 0.20
HSL 189.75º 0.65% 0.48% -
HSV(B) 189.75º 0.79% 0.8% -
XYZ 27.5 36.27 62.05 -
YUV 139.9 163.61 58.89 -
System Red Green Blue C M Y K H S L
Decimal 43 177 203 0.79 0.13 0 0.20 189.75 0.65 0.48
Hex 2B B1 CB 4F D 0 14 BE 41 30
Octal 53 261 313 117 15 0 24 276 101 60
Binary 101011 10110001 11001011 1001111 1101 0 10100 10111110 1000001 110000

Color Harmonies of #2BB1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB1CB

Black with #2BB1CB

Text Example


Text Example

White with #2BB1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,177,203); }

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

background-color css

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

 a { background-color: rgb(43,177,203); }

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

border-color css

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

 span { border-color: rgb(43,177,203); }

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