Html Css Color HEX #2BCCFB Summer Sky

📋 copy color: '#2BCCFB'

red 43 ◦ green 204 ◦ blue 251

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

Shades of Summer Sky #2BCCFB

Tints of Summer Sky #2BCCFB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.96%

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 8.63%
G = 40.96%
B = 50.4%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2BCCFB (or 0x2BCCFB) is known color: Summer Sky. HEX triplet: 2B, CC and FB. RGB value is (43,204,251). Sum of RGB (Red+Green+Blue) = 43+204+251=498 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.63% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #2BCCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCCFB is #D43304. Grayscale: #A0A0A0. Windows color (decimal): -13906693 or 16501803. OLE color: 16501803.

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

Color convert

RGB 43 204 251 -
CMYK 0.83 0.19 0 0.02
HSL 193.56º 0.96% 0.58% -
HSV(B) 193.56º 0.83% 0.98% -
XYZ 40 50.66 98.94 -
YUV 161.22 178.66 43.68 -
System Red Green Blue C M Y K H S L
Decimal 43 204 251 0.83 0.19 0 0.02 193.56 0.96 0.58
Hex 2B CC FB 53 13 0 2 C2 60 3A
Octal 53 314 373 123 23 0 2 302 140 72
Binary 101011 11001100 11111011 1010011 10011 0 10 11000010 1100000 111010

Color Harmonies of #2BCCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCCFB

Black with #2BCCFB

Text Example


Text Example

White with #2BCCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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