#42AAF3

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

Shades of Summer Sky #42AAF3

Tints of Summer Sky #42AAF3

Color information

#42AAF3 (or 0x42AAF3) is unknown color: approx Summer Sky. HEX triplet: 42, AA and F3. RGB value is (66,170,243). Sum of RGB (Red+Green+Blue) = 66+170+243=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #42AAF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42AAF3 is #BD550C. Grayscale: #929292. Windows color (decimal): -12408077 or 15968834. OLE color: 15968834.

HSL color Cylindrical-coordinate representation of color #42AAF3: hue angle of 204.75º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42AAF3 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB66170243-
CMYK0.730.3000.05
HSL204.75º88.06%60.59%-
HSV(B)204.75º72.84%95.29%-
XYZ32.836.3890.09-
YUV147.23182.0470.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.78%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 243 (95.31% from 255) = 50.73%
R=13.78%
G=35.49%
B=50.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal661702430.730.3000.05204.7588.0660.59
Hex42AAF3491E05cd583d
Octal102252363111360531513075
Binary100001010101010111100111001001111100101110011011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AAF3; }

 p { color: rgb(66,170,243); }

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

<style>
 a { background-color: #42AAF3; }

 a { background-color: rgb(66,170,243); }

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

<style>
 span { border-color: #42AAF3; }

 span { border-color: rgb(66,170,243); }

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