#3DB0EA

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

Shades of Summer Sky #3DB0EA

Tints of Summer Sky #3DB0EA

Color information

#3DB0EA (or 0x3DB0EA) is unknown color: approx Summer Sky. HEX triplet: 3D, B0 and EA. RGB value is (61,176,234). Sum of RGB (Red+Green+Blue) = 61+176+234=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #3DB0EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DB0EA is #C24F15. Grayscale: #939393. Windows color (decimal): -12734230 or 15380541. OLE color: 15380541.

HSL color Cylindrical-coordinate representation of color #3DB0EA: hue angle of 200.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DB0EA is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB61176234-
CMYK0.740.2500.08
HSL200.12º80.47%57.84%-
HSV(B)200.12º73.93%91.76%-
XYZ32.337.9883.47-
YUV148.23176.465.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.95%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 234 (91.80% from 255) = 49.68%
R=12.95%
G=37.37%
B=49.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal611762340.740.2500.08200.1280.4757.84
Hex3DB0EA4A1908c8503a
Octal752603521123101031012072
Binary111101101100001110101010010101100101000110010001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DB0EA; }

 p { color: rgb(61,176,234); }

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

<style>
 a { background-color: #3DB0EA; }

 a { background-color: rgb(61,176,234); }

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

<style>
 span { border-color: #3DB0EA; }

 span { border-color: rgb(61,176,234); }

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