#33B5F1

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

Shades of Summer Sky #33B5F1

Tints of Summer Sky #33B5F1

Color information

#33B5F1 (or 0x33B5F1) is unknown color: approx Summer Sky. HEX triplet: 33, B5 and F1. RGB value is (51,181,241). Sum of RGB (Red+Green+Blue) = 51+181+241=473 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.78% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #33B5F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33B5F1 is #CC4A0E. Grayscale: #949494. Windows color (decimal): -13388303 or 15840563. OLE color: 15840563.

HSL color Cylindrical-coordinate representation of color #33B5F1: hue angle of 198.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33B5F1 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB51181241-
CMYK0.790.2500.05
HSL198.95º87.16%57.25%-
HSV(B)198.95º78.84%94.51%-
XYZ33.7740.189.18-
YUV148.97179.9358.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.78%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 241 (94.53% from 255) = 50.95%
R=10.78%
G=38.27%
B=50.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal511812410.790.2500.05198.9587.1657.25
Hex33B5F14F1905c75739
Octal63265361117310530712771
Binary11001110110101111100011001111110010101110001111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,181,241); }

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

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

 a { background-color: rgb(51,181,241); }

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

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

 span { border-color: rgb(51,181,241); }

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