#42ACF3

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

Shades of Summer Sky #42ACF3

Tints of Summer Sky #42ACF3

Color information

#42ACF3 (or 0x42ACF3) is unknown color: approx Summer Sky. HEX triplet: 42, AC and F3. RGB value is (66,172,243). Sum of RGB (Red+Green+Blue) = 66+172+243=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #42ACF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ACF3 is #BD530C. Grayscale: #949494. Windows color (decimal): -12407565 or 15969346. OLE color: 15969346.

HSL color Cylindrical-coordinate representation of color #42ACF3: hue angle of 204.07º 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 #42ACF3 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB66172243-
CMYK0.730.2900.05
HSL204.07º88.06%60.59%-
HSV(B)204.07º72.84%95.29%-
XYZ33.1837.1390.21-
YUV148.4181.3869.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.72%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 243 (95.31% from 255) = 50.52%
R=13.72%
G=35.76%
B=50.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal661722430.730.2900.05204.0788.0660.59
Hex42ACF3491D05cc583d
Octal102254363111350531413075
Binary100001010101100111100111001001111010101110011001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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