#38ACFE

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

Shades of Summer Sky #38ACFE

Tints of Summer Sky #38ACFE

Color information

#38ACFE (or 0x38ACFE) is unknown color: approx Summer Sky. HEX triplet: 38, AC and FE. RGB value is (56,172,254). Sum of RGB (Red+Green+Blue) = 56+172+254=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #38ACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ACFE is #C75301. Grayscale: #929292. Windows color (decimal): -13062914 or 16690232. OLE color: 16690232.

HSL color Cylindrical-coordinate representation of color #38ACFE: hue angle of 204.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38ACFE is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB56172254-
CMYK0.780.3200.00
HSL204.85º99%60.78%-
HSV(B)204.85º77.95%99.61%-
XYZ34.2737.599.2-
YUV146.66188.5763.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.62%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 254 (99.61% from 255) = 52.70%
R=11.62%
G=35.68%
B=52.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal561722540.780.3200.00204.859960.78
Hex38ACFE4E2000cd633d
Octal70254376116400031514375
Binary1110001010110011111110100111010000000110011011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38ACFE; }

 p { color: rgb(56,172,254); }

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

<style>
 a { background-color: #38ACFE; }

 a { background-color: rgb(56,172,254); }

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

<style>
 span { border-color: #38ACFE; }

 span { border-color: rgb(56,172,254); }

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