#42BFF8

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

Shades of Summer Sky #42BFF8

Tints of Summer Sky #42BFF8

Color information

#42BFF8 (or 0x42BFF8) is unknown color: approx Summer Sky. HEX triplet: 42, BF and F8. RGB value is (66,191,248). Sum of RGB (Red+Green+Blue) = 66+191+248=505 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.07% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #42BFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFF8 is #BD4007. Grayscale: #9F9F9F. Windows color (decimal): -12402696 or 16301890. OLE color: 16301890.

HSL color Cylindrical-coordinate representation of color #42BFF8: hue angle of 198.79º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BFF8 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB66191248-
CMYK0.730.2300.03
HSL198.79º92.86%61.57%-
HSV(B)198.79º73.39%97.25%-
XYZ37.8245.295.54-
YUV160.12177.5960.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.07%
GREEN value IS 191 (75% from 255) = 37.82%
BLUE value IS 248 (97.27% from 255) = 49.11%
R=13.07%
G=37.82%
B=49.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal661912480.730.2300.03198.7992.8661.57
Hex42BFF8491703c75d3e
Octal102277370111270330713576
Binary10000101011111111111000100100110111011110001111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,191,248); }

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

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

 a { background-color: rgb(66,191,248); }

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

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

 span { border-color: rgb(66,191,248); }

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