#42BEFA

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

Shades of Summer Sky #42BEFA

Tints of Summer Sky #42BEFA

Color information

#42BEFA (or 0x42BEFA) is unknown color: approx Summer Sky. HEX triplet: 42, BE and FA. RGB value is (66,190,250). Sum of RGB (Red+Green+Blue) = 66+190+250=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #42BEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BEFA is #BD4105. Grayscale: #9F9F9F. Windows color (decimal): -12402950 or 16432706. OLE color: 16432706.

HSL color Cylindrical-coordinate representation of color #42BEFA: hue angle of 199.57º degrees, saturation: 0.95, 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 #42BEFA is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB66190250-
CMYK0.740.2400.02
HSL199.57º94.85%61.96%-
HSV(B)199.57º73.6%98.04%-
XYZ37.9244.8997.11-
YUV159.76178.9261.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.04%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 250 (98.05% from 255) = 49.41%
R=13.04%
G=37.55%
B=49.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal661902500.740.2400.02199.5794.8561.96
Hex42BEFA4A1802c85f3e
Octal102276372112300231013776
Binary10000101011111011111010100101011000010110010001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,190,250); }

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

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

 a { background-color: rgb(66,190,250); }

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

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

 span { border-color: rgb(66,190,250); }

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