#42ABF3

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

Shades of Summer Sky #42ABF3

Tints of Summer Sky #42ABF3

Color information

#42ABF3 (or 0x42ABF3) is unknown color: approx Summer Sky. HEX triplet: 42, AB and F3. RGB value is (66,171,243). Sum of RGB (Red+Green+Blue) = 66+171+243=480 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.75% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #42ABF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ABF3 is #BD540C. Grayscale: #939393. Windows color (decimal): -12407821 or 15969090. OLE color: 15969090.

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

Color convert

RGB66171243-
CMYK0.730.3000.05
HSL204.41º88.06%60.59%-
HSV(B)204.41º72.84%95.29%-
XYZ32.9936.7690.15-
YUV147.81181.7169.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.75%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 243 (95.31% from 255) = 50.62%
R=13.75%
G=35.62%
B=50.62%

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
Decimal661712430.730.3000.05204.4188.0660.59
Hex42ABF3491E05cc583d
Octal102253363111360531413075
Binary100001010101011111100111001001111100101110011001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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