#33BFF5

Color #33BFF5 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #33BFF5

Tints of Summer Sky #33BFF5

Color information

#33BFF5 (or 0x33BFF5) is unknown color: approx Summer Sky. HEX triplet: 33, BF and F5. RGB value is (51,191,245). Sum of RGB (Red+Green+Blue) = 51+191+245=487 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.47% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #33BFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BFF5 is #CC400A. Grayscale: #9A9A9A. Windows color (decimal): -13385739 or 16105267. OLE color: 16105267.

HSL color Cylindrical-coordinate representation of color #33BFF5: hue angle of 196.7º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33BFF5 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB51191245-
CMYK0.790.2200.04
HSL196.7º90.65%58.04%-
HSV(B)196.7º79.18%96.08%-
XYZ36.4844.5693.06-
YUV155.3178.6253.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.47%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 245 (96.09% from 255) = 50.31%
R=10.47%
G=39.22%
B=50.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal511912450.790.2200.04196.790.6558.04
Hex33BFF54F1604c55b3a
Octal63277365117260430513372
Binary11001110111111111101011001111101100100110001011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33BFF5; }

 p { color: rgb(51,191,245); }

 H1.HeaderClassName
 {
   color: #33BFF5;
 }
 .AnyTagClassName
 {
   color: #33BFF5;
 }
</style>
background-color css

<style>
 a { background-color: #33BFF5; }

 a { background-color: rgb(51,191,245); }

 div.DivClassName
 {
   background-color: #33BFF5;
 }
 .BgClassName
 {
   background-color: #33BFF5;
 }
</style>
border-color css

<style>
 span { border-color: #33BFF5; }

 span { border-color: rgb(51,191,245); }

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