#42BEFF

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

Shades of Summer Sky #42BEFF

Tints of Summer Sky #42BEFF

Color information

#42BEFF (or 0x42BEFF) is unknown color: approx Summer Sky. HEX triplet: 42, BE and FF. RGB value is (66,190,255). Sum of RGB (Red+Green+Blue) = 66+190+255=511 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.92% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #42BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BEFF is #BD4100. Grayscale: #9F9F9F. Windows color (decimal): -12402945 or 16760386. OLE color: 16760386.

HSL color Cylindrical-coordinate representation of color #42BEFF: hue angle of 200.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BEFF is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB66190255-
CMYK0.740.2500
HSL200.63º100%62.94%-
HSV(B)200.63º74.12%100%-
XYZ38.7145.21101.29-
YUV160.33181.4260.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.92%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 255 (100% from 255) = 49.90%
R=12.92%
G=37.18%
B=49.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal661902550.740.2500200.6310062.94
Hex42BEFF4A1900c9643f
Octal102276377112310031114477
Binary1000010101111101111111110010101100100110010011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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