Html Css Color HEX #2BB5CA Summer Sky

📋 copy color: '#2BB5CA'

red 43 ◦ green 181 ◦ blue 202

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

Shades of Summer Sky #2BB5CA

Tints of Summer Sky #2BB5CA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.49%

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 10.09%
G = 42.49%
B = 47.42%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2BB5CA (or 0x2BB5CA) is known color: Summer Sky. HEX triplet: 2B, B5 and CA. RGB value is (43,181,202). Sum of RGB (Red+Green+Blue) = 43+181+202=426 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.09% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #2BB5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB5CA is #D44A35. Grayscale: #8D8D8D. Windows color (decimal): -13912630 or 13284651. OLE color: 13284651.

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

Color convert

RGB 43 181 202 -
CMYK 0.79 0.10 0 0.21
HSL 187.92º 0.65% 0.48% -
HSV(B) 187.92º 0.79% 0.79% -
XYZ 28.18 37.83 61.69 -
YUV 142.13 161.78 57.29 -
System Red Green Blue C M Y K H S L
Decimal 43 181 202 0.79 0.10 0 0.21 187.92 0.65 0.48
Hex 2B B5 CA 4F A 0 15 BC 41 30
Octal 53 265 312 117 12 0 25 274 101 60
Binary 101011 10110101 11001010 1001111 1010 0 10101 10111100 1000001 110000

Color Harmonies of #2BB5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB5CA

Black with #2BB5CA

Text Example


Text Example

White with #2BB5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,181,202); }

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

background-color css

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

 a { background-color: rgb(43,181,202); }

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

border-color css

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

 span { border-color: rgb(43,181,202); }

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