Html Css Color HEX #2BC5F9 Summer Sky

📋 copy color: '#2BC5F9'

red 43 ◦ green 197 ◦ blue 249

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

Shades of Summer Sky #2BC5F9

Tints of Summer Sky #2BC5F9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.29%

 BLUE value IS 249 (97.66% from 255) = 50.92%

R = 8.79%
G = 40.29%
B = 50.92%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2BC5F9 (or 0x2BC5F9) is known color: Summer Sky. HEX triplet: 2B, C5 and F9. RGB value is (43,197,249). Sum of RGB (Red+Green+Blue) = 43+197+249=489 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.79% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #2BC5F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC5F9 is #D43A06. Grayscale: #9C9C9C. Windows color (decimal): -13908487 or 16368939. OLE color: 16368939.

HSL color Cylindrical-coordinate representation of color #2BC5F9: hue angle of 195.15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BC5F9 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 197 249 -
CMYK 0.83 0.21 0 0.02
HSL 195.15º 0.94% 0.57% -
HSV(B) 195.15º 0.83% 0.98% -
XYZ 38.06 47.29 96.74 -
YUV 156.88 179.98 46.77 -
System Red Green Blue C M Y K H S L
Decimal 43 197 249 0.83 0.21 0 0.02 195.15 0.94 0.57
Hex 2B C5 F9 53 15 0 2 C3 5E 39
Octal 53 305 371 123 25 0 2 303 136 71
Binary 101011 11000101 11111001 1010011 10101 0 10 11000011 1011110 111001

Color Harmonies of #2BC5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC5F9

Black with #2BC5F9

Text Example


Text Example

White with #2BC5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,197,249); }

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

background-color css

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

 a { background-color: rgb(43,197,249); }

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

border-color css

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

 span { border-color: rgb(43,197,249); }

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