Html Css Color HEX #2BC5EF Summer Sky

📋 copy color: '#2BC5EF'

red 43 ◦ green 197 ◦ blue 239

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

Shades of Summer Sky #2BC5EF

Tints of Summer Sky #2BC5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 8.98%
G = 41.13%
B = 49.9%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2BC5EF (or 0x2BC5EF) is known color: Summer Sky. HEX triplet: 2B, C5 and EF. RGB value is (43,197,239). Sum of RGB (Red+Green+Blue) = 43+197+239=479 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.98% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BC5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC5EF is #D43A10. Grayscale: #9B9B9B. Windows color (decimal): -13908497 or 15713579. OLE color: 15713579.

HSL color Cylindrical-coordinate representation of color #2BC5EF: hue angle of 192.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BC5EF is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 197 239 -
CMYK 0.82 0.18 0 0.06
HSL 192.86º 0.86% 0.55% -
HSV(B) 192.86º 0.82% 0.94% -
XYZ 36.54 46.68 88.75 -
YUV 155.74 174.98 47.58 -
System Red Green Blue C M Y K H S L
Decimal 43 197 239 0.82 0.18 0 0.06 192.86 0.86 0.55
Hex 2B C5 EF 52 12 0 6 C1 56 37
Octal 53 305 357 122 22 0 6 301 126 67
Binary 101011 11000101 11101111 1010010 10010 0 110 11000001 1010110 110111

Color Harmonies of #2BC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC5EF

Black with #2BC5EF

Text Example


Text Example

White with #2BC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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