#4ABFF8

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

Shades of Summer Sky #4ABFF8

Tints of Summer Sky #4ABFF8

Color information

#4ABFF8 (or 0x4ABFF8) is unknown color: approx Summer Sky. HEX triplet: 4A, BF and F8. RGB value is (74,191,248). Sum of RGB (Red+Green+Blue) = 74+191+248=513 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.42% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #4ABFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABFF8 is #B54007. Grayscale: #A2A2A2. Windows color (decimal): -11878408 or 16301898. OLE color: 16301898.

HSL color Cylindrical-coordinate representation of color #4ABFF8: hue angle of 199.66º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ABFF8 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB74191248-
CMYK0.700.2300.03
HSL199.66º92.55%63.14%-
HSV(B)199.66º70.16%97.25%-
XYZ38.445.4995.56-
YUV162.51176.2464.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.42%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 248 (97.27% from 255) = 48.34%
R=14.42%
G=37.23%
B=48.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal741912480.700.2300.03199.6692.5563.14
Hex4ABFF8461703c85d3f
Octal112277370106270331013577
Binary10010101011111111111000100011010111011110010001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ABFF8; }

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

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

<style>
 a { background-color: #4ABFF8; }

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

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

<style>
 span { border-color: #4ABFF8; }

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

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