#42ACFB

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

Shades of Summer Sky #42ACFB

Tints of Summer Sky #42ACFB

Color information

#42ACFB (or 0x42ACFB) is unknown color: approx Summer Sky. HEX triplet: 42, AC and FB. RGB value is (66,172,251). Sum of RGB (Red+Green+Blue) = 66+172+251=489 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.50% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #42ACFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ACFB is #BD5304. Grayscale: #949494. Windows color (decimal): -12407557 or 16493634. OLE color: 16493634.

HSL color Cylindrical-coordinate representation of color #42ACFB: hue angle of 205.62º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42ACFB is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB66172251-
CMYK0.740.3100.02
HSL205.62º95.85%62.16%-
HSV(B)205.62º73.71%98.43%-
XYZ34.4137.6396.72-
YUV149.31185.3868.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.50%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 251 (98.44% from 255) = 51.33%
R=13.50%
G=35.17%
B=51.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal661722510.740.3100.02205.6295.8562.16
Hex42ACFB4A1F02ce603e
Octal102254373112370231614076
Binary10000101010110011111011100101011111010110011101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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